Results 1 to 2 of 2

Thread: problem opening a new window with ie

  1. #1
    Join Date
    Oct 2010
    Posts
    14
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default problem opening a new window with ie

    HI,
    I want to open a new window
    I am using...
    Code:
    window.open('window.php?fuid='+mystringarray[i]+'&username='+mystringarray[i+1],'_blank','width=340,height=400');
    I want to name the window.... so that my code does not open the same window again & gain...

    but if I name the window it does not work in ie...

    any suggestions..

  2. #2
    Join Date
    Jul 2008
    Posts
    128
    Thanks
    0
    Thanked 17 Times in 16 Posts

    Default

    Quote Originally Posted by pritamdulam View Post
    but if I name the window it does not work in ie...

    any suggestions..
    Don't use spaces in the name.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •