opening new blk window while pg loads..

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Frances Del Rio

    opening new blk window while pg loads..

    I'm trying to open a url in a new window while pg loads (but NOT in a
    pop-up..) I need to do sthg like

    // while pg is loading..

    window.location ='page.html'
    // but I need this to open in a new blank window..
    // (NOT a pop-up, a regular new window..)

    can you do this?? thank you..

    Frances Del Rio

  • Thomas 'PointedEars' Lahn

    #2
    Re: opening new blk window while pg loads..

    Frances Del Rio wrote:[color=blue]
    > I'm trying to open a url in a new window while pg loads (but NOT in a
    > pop-up..)[/color]

    Parse error. A new window can be called a pop-up.


    PointedEars

    Comment

    Working...