Apr 3, 2005 #1 dpdoug Programmer Nov 27, 2002 455 US I want to open a page in a new window from javascript. I've tried document.location.href = page But that opens the page in the same window.
I want to open a page in a new window from javascript. I've tried document.location.href = page But that opens the page in the same window.
Apr 3, 2005 1 #2 tsuji Technical User Jul 25, 2001 10,675 US Use instead? [tt] window.open(page)[/tt] Upvote 0 Downvote
Apr 4, 2005 #3 KevinAr18 Programmer Apr 25, 2002 309 US Here's a "tutorial" on using window.open: http://www.pageresource.com/jscript/jwinopen.htm(from the following tutorials: http://www.pageresource.com/jscript/index4.htm) Upvote 0 Downvote
Here's a "tutorial" on using window.open: http://www.pageresource.com/jscript/jwinopen.htm(from the following tutorials: http://www.pageresource.com/jscript/index4.htm)