Thema: Voting Prob!
Einzelnen Beitrag anzeigen
  #1  
Alt 14-06-2003, 23:23
Benutzerbild von Trouble4ever
Trouble4ever Trouble4ever ist offline
Romanov - banned -

 
Registriert seit: Oct 2002
Ort: Osterweddingen
Beiträge: 1.524
Trouble4ever hat noch keine Bewertung oder ist auf 0
Voting Prob!

jo...ihr kennt sicherlich die votings auf hp...das will ich auch haben..aber das klappt irgendwie ned...hab hier ma meine bisherigen code aufgeschrieben:
Zitat:
<table border="0" bordercolor="#0099FF" align="center" cellpadding="1" cellspacing="0" width="150">
<tr bordercolor="black" align="top">
<td bgcolor="#0099FF" width="170">
<center>
<b><font color="#000000">.: Abstimmung :.</font> </b>
</center>
</td>
</tr>
<tr bgcolor="#000000" bordercolor="#999999">
<td onMouseOver="style.backgroundColor='#333333'" onMouseOut="style.backgroundColor='#000000'" width="0" bgcolor="#000000">
<form name="form1" method="post" action="">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="26%">
<input type="radio" name="radiobutton" value="radiobutton">
</td>
<b><font size="+0,1"><div align="center">Mehr PopUps und dafür IK XXL?</div></font></b>
<td width="74%">Ja!</td>
</tr>
<tr>
<td width="26%">
<input type="radio" name="radiobutton" value="radiobutton">
</td>
<td width="74%">Nein!</td>
</tr>
<tr>
<td colspan="2">
<div align="center">
<input type=submit class=bt5 name=btnG2 value="Vote!" target=_blanc>
<br>
</div>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
und ich will haben, dass jeder NUR einmal am tag (24h) abstimmen darf, dass wenn man auf "vote" klick sich ein popup fenster öffnet, wo grafisch dargestellt wird, wie das ergebnis zurzeit ist...das ganze sollte auch von mir reset werden können..thx 4 help
Mit Zitat antworten