I have a webpage (say http://www.example.com/a.asp) .. I am having an iframe in this page which loads a page from a different website (www.example.net/b.asp)… This b.asp asks few questions to the user and the results are posted to c.asp in my website (www.example.com/c.asp). This page (www.example.com/c.asp) gets loaded in the iframe. Is there any way so that I can reload the entire webpage and redirect to another wbpage when I get the response from http://www.example.net. Sorry if this question is confusing, Any queries please let me know.
Share
As mentioned above, you can use the ‘_top’ in the target for the form, or you could use some JavaScript on the result page to check and see if its the ‘top’ page. All things being equal, you’re better off avoiding the JavaScript as it won’t work if the client has scripting disabled.