Click to See Complete Forum and Search --> : Opening 2 pages with 1 click


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?

russell_g_1
01-22-2006, 04:52 PM
i would guess the popup blockers think its a popup because its being triggered without any user action.