|
-
noobish button issue
I have an HTML page with a Flash splash containing two buttons.
The problem is a click on linux_bn sends me to "free_trial/index.html" when it should be going to "forms/register.php?continue[]=linux"
It seems like one button is hijacking the code for the other. When I removed the free_audit_mc code the linux button works. Anybody know what I'm doing wrong here? See my frame code below.
free_audit_mc.onMouseDown = function(){
getURL("free_trial/index.html", _self)
}
linux_bn.onMouseDown = function(){
getURL("forms/register.php?continue[]=linux", _self)
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|