|
If you website listed in our directory, you may be interested to put remote rating from your own website. This will allow your own visitors to rate and write a review for your website. The higher rating your site get, the higher rank your site get in our directory. Also, your site can be placed in the "Top Rated" section.
If you do not have your site listed in the Jendela Indonesia click here.
You can use our automated code generator, please click here to get your code.
Or
You can choose from several ways listed below (Note: Replace id number with your own resource id, for instruction on how to get your link id click here):
Text Links
Rate this Website @ JI
HTML code:
<font size=2 face="arial">
<a href="http://www.ji-indonesia.com/review.php?id=19">
Rate this Website @ JI</a>
</font>
Drop Down Menu #1
HTML code:
<div align="cente"r>
<font size=2 face="arial">
<form action="http://www.ji-indonesia.com/review.php">
<input type="hidden" name="id" value="19">
<input type="hidden" name="pflag" value="review">
<input type="hidden" name="param" value="vote">
<p><strong>If you like our website, please rate it at <a href="http://www.ji-indonesia.com">JI</a></strong>
<p>
<select name="sel_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 type="submit" value=" Vote " style="border : thick solid 1; background-color: #2D7097; font-family: Arial,Helvetica,Sans-serif; color : #ffffff">
</form>
</font>
</div>
Drop Down Menu #2
HTML code:
<font size=2 face="arial">
<form action="http://www.ji-indonesia.com/review.php">
<input type="hidden" name="id" value="19">
<input type="hidden" name="pflag" value="review">
<input type="hidden" name="param" value="vote">
<table width="125" border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="#666666">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="5" align="center">
<tr bgcolor="#3399cc">
<td><div align="center" style="font-size: 9pt; color:#ffffff;"><strong>Rate our site @ <a href="http://www.ji-indonesia.com" style="color: #ffffff;">JI</a></strong></div></td>
</tr>
<tr bgcolor="#ffffff">
<td align="center">
<select name="sel_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><br>
<input type="submit" value=" Vote " style="border : thick solid 1; background-color: #2D7097; font-family: Arial,Helvetica,Sans-serif; color : #ffffff">
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</font>
Radio Button Menu
HTML code:
<font size=2 face="arial">
<form action="http://www.ji-indonesia.com/review.php">
<input type="hidden" name="id" value="19">
<input type="hidden" name="pflag" value="review">
<input type="hidden" name="param" value="vote">
<table width="125" border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="#666666">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="5" align="center">
<tr bgcolor="#3399cc">
<td><div align="center" style="font-size: 9pt; color:#ffffff;"><strong>Rate our site @ <a href="http://www.ji-indonesia.com" style="color: #ffffff;">JI</a></strong></div></td>
</tr>
<tr bgcolor="#ffffff">
<td align="center">
<div align="left">
<input type="radio" name="sel_rating" value="5" checked style="border: 1;"> Excellent!<br>
<input type=radio name=sel_rating value=4 style="border: 1;"> Very Good<br>
<input type=radio name=sel_rating value=3 style="border: 1;"> Good<br>
<input type=radio name=sel_rating value=2 style="border: 1;"> Fair<br>
<input type=radio name=sel_rating value=1 style="border: 1;"> Poor<br>
<input type="submit" value=" Vote " style="border : thick solid 1; background-color: #2D7097; font-family: Arial,Helvetica,Sans-serif; color : #ffffff">
<br></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</font>
|