DHTML script
 

SimplytheBest
Scripts

ASP scripts
PERL scripts
PHP scripts
JavaScripts & Ajax
Snippets
Online scripts

Ajax, DHTML
& JavaScripts

Animation
Background
Bookmarks
Buttons
Calculators
Cookies
Data handling
E-mail
Enhancements
Forms
Image rotation
Menus
Messages
Miscellaneous
Music
Password protection
Redirection
Scrollers
Tables
Time & date
Windows

Publishers
Add script
Account login
Publisher list



 

Home > Scripts > DHTML scripts & JavaScripts > Enhancements > Rollover checkboxes

 

Rollover checkboxes

AUTHOR: Public domain
TYPE: Freeware
BROWSERS: Javascript enabled all

This script checks the box before the link on MouseOver.


EXAMPLE

Blogs
DHTML scripts & Javascripts
Music directory
Free fonts
Friends
Free online games
Shareware & Freeware
Free sounds
Web Search


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.

then copy (CTRL-C) & paste (CTRL-V)

 

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>


[BACK] [TOP]

 


Copyright © 1997-2009 SimplytheBest Inc. Terms of Use and Legal Disclaimer.
All copyrights are acknowledged. All rights reserved.