[Javascript] Pop-Up window.

Christopher J. Baldoza baldoza at colibria.com
Mon Sep 10 21:19:53 CDT 2001


Hi to all,

    I have a pop-up window with a page, and when I drag a link to that
pop-up window I want to not display the link that I drag instead it will
remain the same. Is this possible?


   Second thing I have another pop-up window and when I click on an image I
want to replace the pop-up window with the link on the image that I clicked.
   I have this code but this only works in Netscape.

       win = window.open('url','name','etc','etc')
       win.document.location.replace(url2);


  Thanks in advance.

Thope





More information about the Javascript mailing list