Ok, in one line I have the following:
<a href="#"
onclick="window .open('http://somesite.com',' bigwin','width= 600,height=400' );">Link</a>
Once that window is open, I want to send more urls to that exiting
window. How do I do that?
I tried: bigwin.location .href="" but to no avail.
--
[ Sugapablo ]
[ http://www.sugapablo.com <--music ]
[ http://www.sugapablo.net <--personal ]
[ sugapablo@12jab ber.com <--jabber IM ]
<a href="#"
onclick="window .open('http://somesite.com',' bigwin','width= 600,height=400' );">Link</a>
Once that window is open, I want to send more urls to that exiting
window. How do I do that?
I tried: bigwin.location .href="" but to no avail.
--
[ Sugapablo ]
[ http://www.sugapablo.com <--music ]
[ http://www.sugapablo.net <--personal ]
[ sugapablo@12jab ber.com <--jabber IM ]
Comment