thendal
Programmer
- Aug 23, 2000
- 284
Hai!
My problem is iam having a popup window which will ask some questions and when they have finished .I need to close the popup window and make the parent page(where the pop up window appeared) to link to the home page or some location.
I hope i have conveyed my problem
I tried with (where window.opener.close() will close the page but i need to point to a location)
window.opener.location.href=index.html it didn't work
help me...
My problem is iam having a popup window which will ask some questions and when they have finished .I need to close the popup window and make the parent page(where the pop up window appeared) to link to the home page or some location.
I hope i have conveyed my problem
I tried with (where window.opener.close() will close the page but i need to point to a location)
window.opener.location.href=index.html it didn't work
help me...