moving IFRAME to top, losing REQUEST.PARAMS

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

When I move an IFRAME page back to 'top.location'
( eg with some javascript in the page : if (top !=self)
top.location=self.location; )

it appears to be losing the contents of REQUEST.PARAMS.

If I don't move the IFRAME page to top.location and just let it load
in the IFRAME again the REQUEST.PARAMS are there as I want them.


Can anyone explain what's happening, and how I might get around it?


thanks,
Bob
 
just to add...
My guess is it must be because the javascript is running and loading
the IFRAME page before the iframe page's Page_Load gets to read/write
the request.params from the sending page ( er, if you follow )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Need help with IFrame callback 1
Alternet to iframe?? 6
AjaxControlToolkit + IFrame 1
Virtual Earth in Iframe 2
Load Pdf files in Iframe 2
iframe question 2
Get IFRAME url 7
Masterpages and iframes question 2

Back
Top