|
i have made a silly javascript which is on a page that shows in a iframe. the user has to confirm something to stay on the page. now i want the outher page to close (or redirecting to a new page) when not confirming. how could i do that?
|
|
|
In the javascript in your IFRAME, simply use a line like this:
parent.location = "http://www.google.com"
Replace the Google URL with whatever page you want to redirect to.
|
|
|
|
|
I'm sorry i can't understand your meaning, when i met some difficulty things, i always search it in Google, and i find it is very useful tool, you can find much more answer about your question! Good Luck!
________________________________________ logo maker|javascript menu|flash banner
|
|
|
|
|
|
|
|