Results 1 to 3 of 3

Thread: window.open (resolved)

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2002
    Posts
    638

    window.open (resolved)

    on a web page, i'm using this code to open a new window:

    Code:
    function openwin(url,x,y) {
        window.open(url, '_new', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+ x +',height='+ y);
    }
    which works fine. but from within this new window, i want to open yet another window, but when i use that code again, it just loads the new page in the same window. is there any way i can fix that?

    thanks
    Last edited by tr0n; Jul 31st, 2002 at 08:18 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width