Search found 1 match

by chris@blue-canoe.net
Fri Apr 05, 2002 11:05 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Can't use in frames with external content
Replies: 3
Views: 4048

Re: Can't use in frames with external content

Change this in mmenus.js:

function popi(v1,lyr,el)

... some code ...

else if(frt>0)
{
lt=parseLink(v1, "target");
if(lt)
{
v1=v1.substring(10,frt);
close_el(v1)
pf=parent[lt];
if(pf)pf.closeallmenus();

}
}

... some code ...

to read [see the try{}catch(error){} block]:

else if(frt ...