Using the options parameter will allow you to get rid of toolbarts and
scrollbars, but NOT the window's border, which the question was asking.

-Joe

"Bvr" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>
> The 3rd parameter to JavaScript function window.open() allows you to
> disable a number of window elements every browser has,
> these include the toolbar (buttons), location, status, menubar,
scrollbars.
> This functionality is provided by the most common browsers and versions
> (MSIE and Netscape) and will also work in Mozilla and Netscape 6.  I
> don't know about the JavaScript implementation in Opera, but if it
> supports JS it is likely to support these options too (or at least
> ingores them).
>
> bvr.
>
>
> Joe Webster wrote:
>
> >It only works in IE -- it makes use of the 'Full Screen' (F11) option and
> >tricks IE into doing so... hope you don't want it to work in NS, Opera...
or
> >anything else
> >
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to