Webmastersite.net
Register Log In

javascript header problem

Comments on javascript header problem

sertan6
Experienced

Usergroup: Customer
Joined: Feb 22, 2004

Total Topics: 47
Total Comments: 88
sertan6
Posted Jan 08, 2007 - 12:02 PM:

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"
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Jan 09, 2007 - 1:33 AM:

Confirmed, insert this in the javascript header template to fix:
function dropmenu(divid) 
{
var ourdiv = document.getElementById(divid);
if(ourdiv.style.display == "block") ourdiv.style.display = "none";
else ourdiv.style.display = "block";
return false;
}
sertan6
Experienced

Usergroup: Customer
Joined: Feb 22, 2004

Total Topics: 47
Total Comments: 88
sertan6
Posted Jan 09, 2007 - 3:44 AM:

it works now, thanks
sertan6
Experienced

Usergroup: Customer
Joined: Feb 22, 2004

Total Topics: 47
Total Comments: 88
sertan6
Posted Jan 10, 2007 - 10:19 AM:

Paul, you forgot to fix this in 2.0.3
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Jan 12, 2007 - 2:23 AM:

Odd, I remember putting it in. I guess I put it in one of the other scripts.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.