I had an interesting problem wherein I had to write a page that used an iframe to pull in a form page from another server (where I could use aspmail) and then, on successful posting, break the visitor out of the iframe and back to the home page.
All I did was write 'target="top"' into the resolve of the form page and it worked first time.
I had an interesting problem
I had an interesting problem wherein I had to write a page that used an iframe to pull in a form page from another server (where I could use aspmail) and then, on successful posting, break the visitor out of the iframe and back to the home page.
All I did was write 'target="top"' into the resolve of the form page and it worked first time.