:>
:>In article <
[email protected]>,
:>>Does anyone know what triggers a "popup blocker"?
:>
:>Usually, opening a window. Some popup blockers require the user to
:>do something to cause the window to open to allow it, others don't.
:>The one I use (Proxomitron) blocks all pop-ups when a window loads
:>and then restores them after the page is completely loaded.
:>
:>>I'm going to be opening some sub-windows from my main page and
:>>don't want to get caught in a blocker.
:>
:>You can't avoid it. The best solution is to make the site degrade
:>gracefully. For example, use anchor links with target=_blank to
:>cause links to open new windows, and also have an onClick javascript
:>attribute in the anchor to cause the window to have the desired
:>attributes you want.
:>
:>-A
From the sounds of it I should be ok. The pop-up windows I'll be using will
only occur when the user requests them. I was planning on using target=_blank
and was also wondering how to control the attributes.
Can you post a small sample of the onClick script you mentioned?
Thanks
Rob