Anakin
01-22-2006, 01:27 PM
I've got a page with 3 iframes.
1 iframe is the menu.
1 iframe is where the content goes.
The last iframe is sometimes a pic, sometimes a secondary menu, depends on what page is opened in the second iframe.
For the time being, I'm using this code to open the secondary menu in the body-tag of the content-pages:
<body style="background-color:transparent" onload=open("menu.asp?id=<%=id%>","menu"); class="pages">
This works fine with me, this works fine with others. However, 2 visitors of my site told me their pop-up blockers were holding the secondary menu back.
Is there a way to do this in asp so their pop-up blockers won't think it's a pop-up?
1 iframe is the menu.
1 iframe is where the content goes.
The last iframe is sometimes a pic, sometimes a secondary menu, depends on what page is opened in the second iframe.
For the time being, I'm using this code to open the secondary menu in the body-tag of the content-pages:
<body style="background-color:transparent" onload=open("menu.asp?id=<%=id%>","menu"); class="pages">
This works fine with me, this works fine with others. However, 2 visitors of my site told me their pop-up blockers were holding the secondary menu back.
Is there a way to do this in asp so their pop-up blockers won't think it's a pop-up?