javascript header problem
function dropmenu(divid) { var ourdiv = document.getElementById(divid); if(ourdiv.style.display == "block") ourdiv.style.display = "none"; else ourdiv.style.display = "block"; return false;}
This thread is closed, so you cannot post a reply.
Comments on javascript header problem
Experienced
Usergroup: Customer
Joined: Feb 22, 2004
Total Topics: 47
Total Comments: 88
i just installed a fresh copy, when i click the "Search" in the javascript header, nothing happens, Firefox gives the error "dropmenu is not defined"
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Confirmed, insert this in the javascript header template to fix:
Experienced
Usergroup: Customer
Joined: Feb 22, 2004
Total Topics: 47
Total Comments: 88
it works now, thanks
Experienced
Usergroup: Customer
Joined: Feb 22, 2004
Total Topics: 47
Total Comments: 88
Paul, you forgot to fix this in 2.0.3
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Odd, I remember putting it in. I guess I put it in one of the other scripts.