Hi all...

I have a web form where I need to call (2) onclick events....

The 1st:

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

Thanks in advance!