Requirements: Web page
The
WOW Stratics Links Database allows people visiting the sites
listed there to vote on them - unfortunately, by the time
they've seen your site they've left the voting system behind.
The following instructions allow you to let your readers vote
for you from your site.
First of all add your site to the
WOW Stratics Links Database. Once it's entered you'll need
to find you site's ID number. One way is to find your entry in
the database and examine the URL there: http://links.stratics.com/cgi-bin/links/jump.cgi?ID=1234.
The number in red is your site ID.
Next, copy and paste the following HTML code
somewhere on your site - replacing the red
ID with the ID number you noted before.
<!-- Stratics Resources Voting -->
<form action="http://links.stratics.com/cgi-bin/links/rate.cgi"
method="POST" target="_blank">
<input type="hidden" name="ID" value="ID">
<select name="rate">
<option value="10">10 - Best</option>
<option value="9">9</option>
<option value="8">8</option>
<option value="7">7</option>
<option value="6">6</option>
<option value="5">5</option>
<option value="4">4</option>
<option value="3">3</option>
<option value="2">2</option>
<option value="1">1 - Worst</option>
</select>
<input type="submit" value="Vote Stratics!" name="submit">
</form>
<!-- End stratics resources voting -->
|