Peter Mount wrote:
> Hello
>
> When I use target="_blank" in my forms it works well to create pop up window
> in Internet Explorer but in Navigator it still creates a full sized window.
target="_blank" popup windows will be the same size of its parent/opener
and 15px to its right and 15px to its bottom: this is true for NS 7.x,
Mozilla-based browsers and MSIE 6 and the motivations behind this is
related to best usability reasons. You may have the impression that NS
creates a full sized window but resize the opener and then try again.
A target="_blank" popup window bring other problems, namely the
impossibility to reuse, to recycle such secondary window.
> I don't want to use the window.open method in Javascript as I've heard that
> pop up blockers will stop this from working.
Most popup blockers are set to prevent opening of unrequested,
unsollicited popups (during load time). Those who set popup blockers to
prevent or neutralize window.open() should still open the referenced
documents into the same window unless the web author resorted to
"javascript
:" pseudo-protocol which is unfortunately quite common and
quite wrong.
DU
Is there a way to fix this
> problem?
>
> Thanks
>
> Peter Mount
>
>
>