arnabghosh2005
05-09-2005, 09:10 AM
Hi,
I am using window.open(url) to open a new page which is doing some checking and then returning back to the original page, but since I am using Response.redirect to return back, the original page is opening in a new window and not getting back to the window containing the original page. Suggest a better way to do this since I don't want to open new windows everytime I redirect. I have to use window.open()
I am using window.open(url) to open a new page which is doing some checking and then returning back to the original page, but since I am using Response.redirect to return back, the original page is opening in a new window and not getting back to the window containing the original page. Suggest a better way to do this since I don't want to open new windows everytime I redirect. I have to use window.open()