|
You can add a form to your site that lets your visitors vote for your Resource at
REIdepot.com. It's a great activity for your site, and can propel you to
the top of REIdepot's Resource rankings. The form is called from our server and is simple to add!
Benefits:
- Your visitors rate your Resource right from your page.
- Easy to add -- just "cut and paste"!
- Blocks multiple votes in one day--keeps it fair!
- Adds free interactivity to your web site.
How to get started:
Your Resource must be listed in the REIdepot.com. It's FREE!
If not listed, use our Add Resource forms:
Get YOUR ID number from REIdepot's database.
This number will be mailed to you if you want. You may also find your ID number
by searching for your Resource in the REIdepot.com and examining your link information. Just put your
cursor on the link and read your ID number from your browser's status bar. It will look like this:
http://www.reidepot.com/cgi-bin/rate/jump.cgi?ID=XXXX
Choose the colors you want for your site changing values of the BGCOLOR in the Table. "Cut
and paste" the HTML code
into your page where you want the rating form to appear, replacing YourResourceIDHere
with your ID number in the following line:
<INPUT TYPE="HIDDEN" NAME="ID" VALUE="YourResourceIDHere">
If you have trouble getting your form to work, e-mail as at
office@reidepot.com and we will be happy to
help you.
NOTE: Sample will not work until you add your site ID! We recommend you use
Notepad or a similar text editor to insert and alter the code.
WYSIWYG editors may damage the form structure and it may not work.
And here are the codes:
<form method=POST action="http://www.reidepot.com/cgi-bin/rate/ratehome.cgi">
<table BORDER=1 CELLSPACING=0 CELLPADDING=3 BGCOLOR="#FFFFCC">
<tr>
<td align="center" BGCOLOR="#C0C0C0">
<b>Rate This Resource at REIdepot.com.</b></td>
</tr>
<tr>
<td align="center">
<INPUT TYPE="HIDDEN" NAME="ID" VALUE="YourResourceIDHere">
<SELECT NAME="R" SIZE="1">
<OPTION>--- </OPTION>
<OPTION>10</OPTION>
<OPTION> 9</OPTION>
<OPTION> 8</OPTION>
<OPTION> 7</OPTION>
<OPTION> 6</OPTION>
<OPTION> 5</OPTION>
<OPTION> 4</OPTION>
<OPTION> 3</OPTION>
<OPTION> 2</OPTION>
<OPTION> 1</OPTION>
</SELECT>
<input type=submit value="Rate It!">
10 = best, 1 = worst
</td></tr>
</table></form>
|
That's all there is to it! Your visitors can start rating your Resource right away!
|