View Single Post
Old 10-10-2012, 03:10 PM   PM User | #1
pssngli
New to the CF scene

 
Join Date: Oct 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
pssngli is an unknown quantity at this point
Javascript Open New window

Hi

I have a window.open in one of my jsp page that opens a new window and the child window does some processing and then redirects to another URL, for eg

Parent.jsp triggers child.jsp
within child.jsp i have window.location="abcd.com"

now when i click on the link in Parent.jsp it opens a new window , but i want it to open the same child window it opened earlier.

Is there a way to always open the same window , if yes can anyone please help me with it
pssngli is offline   Reply With Quote