Rate Box
Plaats deze module op je homepagina, zodat bezoekers een beoordeling kunnen geven.
Text Version
info@Chronische wonden
HTML code:
|
<a href="http://www.chronischewonden.nl/detail.php?link_id=YOUR_LINK_ID">info@Chronische wonden</a>
|
Drop Down
HTML code:
<form action="http://www.chronischewonden.nl/includes/rating.php" method="get">
<input name="link_id" value="YOUR_LINK_ID" type="hidden">
<p><b>Beoordeel:
<a href="http://www.chronischewonden.nl">Chronische wonden</a></b> </p>
<p><select name="rating">
<option value="5">Perfect</option>
<option value="4">Heel goed</option>
<option value="3">Goed</option>
<option value="2">Redelijk</option>
<option value="1">Slecht</option>
</select> <input value="Stem" type="submit"> </p>
</form>
|
Radio Button
HTML code:
<form action="http://www.chronischewonden.nl/includes/rating.php" method="GET">
<input name="link_id" value="YOUR_LINK_ID" type="hidden">
<table bgcolor="#ffffff" align="center" style="border-collapse: collapse" bordercolor="#000000"
width="120" border="1">
<tr>
<td align="center">
<b>Beoordeel onze website </b>
@ <a href="http://www.chronischewonden.nl">Chronische wonden</a></b>
</td>
</tr>
<tr>
<td><input name="rating" value="5" type="radio"> Perfect!<br>
<input name="rating" value="4" type="radio"> Heel goed<br>
<input name="rating" value="3" type="radio"> Goed<br>
<input name="rating" value="2" type="radio"> Redelijk<br>
<input name="rating" value="1" type="radio"> Slecht </td>
</tr>
<tr>
<td align="center">
<input value="Stem" type="submit"></div>
</td>
</tr>
</table>
</form>
|
|