Oct 10, 2003 #1 gchen Programmer Nov 14, 2002 174 US Hi, does any one have a snippet or complete javascript code to do just this -- url_1 has one button, onClick then pop up a window with specific width and menu=off to show url_2. Meanwhile url_1 changes to url_2 by itself. Thanks a bunch! Gary
Hi, does any one have a snippet or complete javascript code to do just this -- url_1 has one button, onClick then pop up a window with specific width and menu=off to show url_2. Meanwhile url_1 changes to url_2 by itself. Thanks a bunch! Gary
Oct 11, 2003 #2 OSR Programmer Jul 23, 2001 110 US You would use: Code: // this is to open the popup window.open() //This is to set the main windows URL location.assign() or location.reload() Rocco is the BOY!! SHUT YOUR LIPS... Upvote 0 Downvote
You would use: Code: // this is to open the popup window.open() //This is to set the main windows URL location.assign() or location.reload() Rocco is the BOY!! SHUT YOUR LIPS...
Oct 11, 2003 Thread starter #3 gchen Programmer Nov 14, 2002 174 US Hi, is there a sample or list of attribute that i can use? once again, thanks a bunch! Gary Upvote 0 Downvote