asdruble
07-04-2005, 06:30 PM
Hi... im having trouble with doing a popup window that will not reload.
the deal is that i want a regular popup such as
window.open('blabla','asd');
and this new window has a button that sets window.opener.focus(), so it sends u back to the previous window...
now IF i want to go back to the NEW window, how can i do that without reloading the page? i cant use window.open again, or is there a way to focus the window using the name defined?!
thanks
the deal is that i want a regular popup such as
window.open('blabla','asd');
and this new window has a button that sets window.opener.focus(), so it sends u back to the previous window...
now IF i want to go back to the NEW window, how can i do that without reloading the page? i cant use window.open again, or is there a way to focus the window using the name defined?!
thanks