Frames and ASP and passing parameters / values 
Author Message
 Frames and ASP and passing parameters / values

Please advise,

What is the preferred way to do this using frames and ASP?  Is it using
the Session object?

Any comments welcome.

Thanks,
Dan



Thu, 08 Aug 2002 03:00:00 GMT  
 Frames and ASP and passing parameters / values

Assuming 2 frames named frameA and frameB in the same frameset (all from the same domain),  

then from frameB

parent.frames.frameA.variablename = newvalue
myvar = parent.frames.frameA.variablename

where variablename is a variable with page level scope.

--
Michael Harris
MVP - Windows Script

Please advise,

What is the preferred way to do this using frames and ASP?  Is it using
the Session object?

Any comments welcome.

Thanks,
Dan



Thu, 08 Aug 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. HELP on How to pass parameters between frames

2. ASP : Passing values from One ASP to the Next

3. Passing variable value as parameter

4. Passing values from Frameset to child frames.

5. Passing a value between frames

6. passing values between frames

7. Passing Values between Frames... please Help

8. passing a form field value from a page to a frame's page

9. Passing a variable type parameter to an .asp file

10. Passing parameter to event code from ASP

11. how to pass a array parameter from my script in asp

12. Asp and passing parameters

 

 
Powered by phpBB® Forum Software