Hi all...
I have a web form where I need to call (2) onclick events....
The 1st:
The 2nd calls a greybox script window overlay for normal links:HTML Code:<input name="" value="" type="checkbox" onclick="document.location.href='http://www.thisdomain.com'" />
Is there a way I can have the overlay function when going to the url?HTML Code:<a href="http://thisdomain.com/" onclick="return GB_showCenter('Domain Name', this.href)">Visit Google</a>
Thanks in advance!