Window.Open Again

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • BillGatesFan

    Window.Open Again

    Why when I do window.open('ww w.msn.com','_se lf','fullscreen =yes') does
    it not make my current window fullscreen? Is there anyway to do this
    instead of opening a new window? Thanks

  • Randy Webb

    #2
    Re: Window.Open Again

    BillGatesFan wrote:
    [color=blue]
    > Why when I do window.open('ww w.msn.com','_se lf','fullscreen =yes') does
    > it not make my current window fullscreen? Is there anyway to do this
    > instead of opening a new window? Thanks[/color]

    Because web authors who knew no better abused the fullscreen to the
    point that it was disabled. If users want a fullscreen they should know
    how (if fullscreen is possible). If the users don't want it, don't try
    to force it on them.

    --
    Randy
    comp.lang.javas cript FAQ - http://jibbering.com/faq

    Comment

    Working...