|
EXAMPLE
1) Insert this form with the script in the <BODY> section where
you want the links with the rollover checkboxes to appear in the page.
2) When adding a new
link, make sure to modify these parameters accordingly:
<input type="checkbox" name="box"
value="on"><a href="shareware.html" onMouseOver="rollovercheck(0)"
onMouseOut="rolloutcheck(0)">Shareware</a><br>
<input type="checkbox" name="box" value="on"><a href="scripts/dhtml_scripts.html"
onMouseOver="rollovercheck(1)" onMouseOut="rolloutcheck(1)">DHTML scripts
& Javascripts</a><br>
<input type="checkbox" name="box" value="on"><a href="perl_scripts/cgi_scripts.html"
onMouseOver="rollovercheck(2)" onMouseOut="rolloutcheck(2)">CGI scripts</a><br>
|