
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