Results 1 to 3 of 3

Thread: Java script window.open opens 2 windows

  1. #1
    Join Date
    Feb 2008
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java script window.open opens 2 windows

    Hi everyone- I am using the ultimate fade in slide show, and open the links in a new window with a specific width and height, my only porblen is that it is opening 2 windows 1 regular, and the pop up its calling. Does anyone know how to fix?
    thanks!

    fadeimages[5]=["images/homeimages/88.jpg", "javascript:void(window.open('http://www.jsr.vccs.edu/_schedules/2009-Spring-8W2/','','width=160, height=235'));","Register now"]//register now

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Get rid of:

    Code:
    ,"Register now"
    Change it to:

    Code:
    ,""
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Feb 2008
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John thank you so much That did the trick!

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
  •