[thelist] Opening New Web Page in the Same Window Using window.open()

Mark Howells mark at mountain.ch
Fri Dec 14 04:54:52 CST 2001


You can use window.location="http://URL"; or location.replace("http://URL").
Location.replace replaces the current page with the new one in the browser
history (good for a redirect on the front page of a website).

Regards
Mark Howells
Working in a Winter Wonderland
http://www.mark.ac


> Von: "Syed Zeeshan Haider" <zeeshan_paki at yahoo.com>
> Antworten an: thelist at lists.evolt.org
> Datum: Fri, 14 Dec 2001 15:41:46 +0500
> An: "Evolt" <thelist at lists.evolt.org>
> Betreff: [thelist] Opening New Web Page in the Same Window Using window.open()
> 
> Is there any way in JavaScript to open a new web page in the same window
> using window.open() method, instead of opening a new popup window..





More information about the thelist mailing list