Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
103
rated 0 times [  106] [ 3]  / answers: 1 / hits: 39434  / 12 Years ago, sun, may 27, 2012, 12:00:00

Is it possible to change the url of the popup.



Assume I open a popup:



function pop1(){
window.open('http://google.com','wind1');
}


Can the url of the popup window 'wind1' be changed to say 'http://msn.com'. Something with location.href or any other solution.


More From » popup

 Answers
12
var w1 = window.open('http://www.canop.org','wind1');

w1.location.href='http://www.google.com';

[#85323] Friday, May 25, 2012, 12 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
jonrened

Total Points: 627
Total Questions: 114
Total Answers: 99

Location: Zimbabwe
Member since Thu, Jul 21, 2022
2 Years ago
jonrened questions
Mon, Nov 2, 20, 00:00, 4 Years ago
Tue, May 19, 20, 00:00, 4 Years ago
Tue, Jan 21, 20, 00:00, 4 Years ago
Thu, Nov 7, 19, 00:00, 5 Years ago
;