I`m having a bit of trouble, have any of you guys had any problems or experienced this:
Select a link ie menu.asp from dynamic menu.
The page refreshes, the link is activated and has changed colour to yellow from white.
When I mouseover the link I have no problem however; on mouseout of the active link I get line 42 error: invalid arguement.
Code: Select all
function popdn(){arg=popdn.arguments;if(arg[0]){if(arg[3].substr(0,5)!="show-"){if(ns4){shl(arg[2],arg[1],"hide")}else{arg[0].style.background=arg[4];arg[0].style.color=arg[5]}}else{if(ns4)omv=0;hlarr[hlcnt]=arg[2]+"_"+arg[1]+"_"+arg[4]+"_"+arg[5];hlcnt++;}menu=eval(arg[2]);if(!menu[12]){Mtimer=setTimeout("closeallmenus();",timegap);}}else{Mtimer=setTimeout("closeallmenus()",timegap);}}
