Rate Box
Put this rate-me box in your home page, so your visitors can rate your link.
Text Version
Rate this Website @ Resource Directory
HTML code:
<a href="http://dir.meccahosting.com/detail.php?link_id=YOUR_LINK_ID">Rate this Website @ Resource Directory</a>
|
Drop Down
HTML code:
<form action="http://dir.meccahosting.com/includes/rating.php" method="get">
<input name="link_id" value="YOUR_LINK_ID" type="hidden">
<p><b>Please rate it at
<a href="http://dir.meccahosting.com">Resource Directory</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://dir.meccahosting.com/includes/rating.php" method="GET">
<input name="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://dir.meccahosting.com">Resource Directory</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>
|
|