javascript thread: window.open how to open - Full screen -
> Try:
>
> window.open('page.html','window_name','fullscreen=yes');
>
> It should work with both NS and IS.
>
> Julian
>
> > Fellow readers,
> >
> > I can't find an example of code, is it possible to add a parameter
that
> > will open a new window maximized ?
> >
> > NN vs IE ?
> >
fullscreen is an IE only property - will not work in Netscape.
Try looking at http://host4u.upws.net/dockstader/openfullscreen.html
|





