View Single Post
  #7 (permalink)  
Old 07-21-09, 04:04 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
I'm not sure if I understand the question - this code will redirect the page to the new URL.

Code:
location.href='http://domain.com/url';
You could also use window.open HTML DOM open() Method
Reply With Quote