[thelist] [SPAM] IFrame and request object issue

Anthony Baratta Anthony at Baratta.com
Tue Mar 28 20:44:08 CST 2006


John Walker wrote:
> 
> I have a page that contains and IFrame.  When I load the 'container' page it 
> has access to the request object.  However, the IFrame does not.  Is there 
> any way to pass the request object onto/into the IFrame?
> 
> The IFrame has no problem getting data from the session but in this case I 
> am simply looking to get data from the request object.
> 
> Can it be done?  Anyone know?  If so an example would be greatly 
> appreciated.

The IFrame is just a separate page. If you don't post to that page, you 
are not going to see the posted values.

You'll have to stuff your request object values into the session object 
or cookie if you want them available to more than one page.

What exactly are you trying to do?



More information about the thelist mailing list