Thread
:
Display URL of iFrame
View Single Post
#
7
(
permalink
)
07-21-09, 04:04 PM
wirehopper
-
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
wirehopper
View Public Profile
Find all posts by wirehopper