Rate Box
Put this rate-me box in your home page, so your visitors can rate your link. Simply copy the code of your choice below and paste it into the HTML on
your homepage. Be sure to enter your "Link ID" in the code by replacing the HTML code in red.
Text Version
Rate this Website @ BioScience Links
HTML code:
|
<a href="http://www.bioscience.ws/links/detail.php?link_id=YOUR_LINK_ID">Rate this Website @ BioScience Links</a>
|
Drop Down
HTML code:
<form action="http://www.bioscience.ws/links/includes/rating.php" method="get">
<input name="link_id" value="YOUR_LINK_ID" type="hidden">
<p><b>Please rate it at
<a href="http://www.bioscience.ws/links">BioScience Links</a></b> </p>
<p><select name="rating">
<option value="5">Excellent!</option>
<option value="4">Very Good</option>
<option value="3">Good</option>
<option value="2">Fair</option>
<option value="1">Poor</option>
</select> <input value="Vote" type="submit"> </p>
</form>
|
Radio Button
HTML code:
<form action="http://www.bioscience.ws/links/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>Rate our website </b>
@ <a href="http://www.bioscience.ws/links">BioScience Links</a></b>
</td>
</tr>
<tr>
<td><input name="rating" value="5" type="radio"> Excellent!<br>
<input name="rating" value="4" type="radio"> Very Good<br>
<input name="rating" value="3" type="radio"> Good<br>
<input name="rating" value="2" type="radio"> Fair<br>
<input name="rating" value="1" type="radio"> Poor </td>
</tr>
<tr>
<td align="center">
<input value="Vote" type="submit"></div>
</td>
</tr>
</table>
</form>
|
|