PDA

View Full Version : Iframes and session variables


steveg
02-14-2003, 11:39 AM
Ok, now im not sure wether this is possible but I would of thought that it is.

I have an asp page that is holding certian information in session variables, now on that page is an iframe with another asp page in it.

what I need to do is access the session variables on the parent page and display them in the iframe, however, I will need to manipulate the session vars from the iframe page.

If that makes any sense and someone knows how to do this or where I may find resources to do this could you please help me.

Thanks in advance

Steve.

sorry, its not really a javascript problem is it. java could be the answer though ??? :)

head8k
02-14-2003, 01:01 PM
Provided both frames are on the same (your) server this is no problem. You would just pick the session variables up in the normal way: <%= Session("variable_name") %>

Like you said, this isn't a javascript question and really belongs in the ASP forum :)