|
You can add a form to your site that lets your visitors vote for your
site at the WebcamSearch.com! It's a great activity for your site, and can
propel you to the top of the WebcamSearch.com site rankings. The form is called
from our server and is simple to add!
BENEFITS:
- Your visitors rate your site right from your page.
- Easy to add -- just "cut and paste".
- Blocks multiple votes in one day--keeps it fair!
- Follow your votes by looking up your site in our Network.
- Adds free interactivity to your web site.
How to get started:
- Your site must be listed in our directory.
(If not already listed,
use our Add Site
Form.)
- Get YOUR ID number from the WebcamSearch.com database by searching for
your site in the directory 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.webcamsearch.com/links/cgi-bin/jump.cgi?ID=xxxx
- "Cut and paste" the HTML code into your page where you want the rating
form to appear, replacing YOURSITEIDHERE with your ID number in the following
line:
<INPUT TYPE="HIDDEN" NAME="ID"
VALUE="YOURSITEIDHERE">
- If you have any trouble getting your form to work,
Contact Us and we will be happy
to give you a hand.
That's all there is to it! Your visitors can start rating your site
right away!
Your rating form will look like this example:
Cut and paste the following code into your page where you want the
form to appear. Replace YOURSITEIDHERE with your ID number in the following
line:
<INPUT TYPE="HIDDEN" NAME="ID"
VALUE="YOURSITEIDHERE">
<TABLE WIDTH="250"
BORDER="0" CELLSPACING="0" CELLPADDING="3"> <TR> <TD
BGCOLOR="#0077C7" WIDTH="250" ALIGN="CENTER"> <B><FONT
FACE="Arial" COLOR="#FFFFFF">Rate this site at
WebcamSearch.com</FONT></B> <FORM
ACTION="http://www.webcamsearch.com/links/cgi-bin/rate.cgi"
METHOD="POST"> <INPUT TYPE="hidden" NAME="ID"
VALUE="YOURSITEIDHERE"> <DIV CLASS="margin"> <P> <SELECT
NAME="rate"> <OPTION>---</OPTION>
<OPTION>1</OPTION> <OPTION>2</OPTION>
<OPTION>3</OPTION> <OPTION>4</OPTION>
<OPTION>5</OPTION> <OPTION>6</OPTION>
<OPTION>7</OPTION> <OPTION>8</OPTION>
<OPTION>9</OPTION> <OPTION>10</OPTION>
</SELECT> <INPUT TYPE="submit" VALUE="Rate It!"> </P>
</DIV> </FORM> <FONT FACE="Arial" SIZE="-1"
COLOR="#FFFFFF">Sponsored by:</FONT> <A
HREF="http://www.webcamsearch.com"> <FONT FACE="Arial" SIZE="-1"
COLOR="#FFFFFF">WebcamSearch.com</FONT></A> </TD>
</TR> </TABLE> |
|