Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
hivaluescomputing #1
Passing data between frames
I thought this would be relatively easy but I'm stumped. I have a frame set
with several frames and would like to have the data in any one frame available
to any other frame. Specifically, in frameVariables I have a bunch of INPUT
TEXT fields and need them in frameHeader and frameMidCenter. Can anyone help
me out? Thanks.
<frameset rows="20%, 70%, 10%" style="border: none; background-color:
transparent;">
<frameset cols="0%, 100%" style="border: none;">
<frame src="../Incs/Variables.cfm" name="frameVariables" frameborder="0"
scrolling="Auto" style="border: none;"></frame>
<frame src="../Incs/Header.cfm" name="frameHeader" frameborder="0"
scrolling="Auto" style="border: none;"></frame>
</frameset>
<frameset cols="20%, 60%, 20%" style="border: none;">
<frame src="../Incs/BodyLeft.cfm" name="frameMidLeft" frameborder="0"
scrolling="Auto" style="border: none;"></frame>
<frame src="../Incs/BodyMiddle.cfm" name="frameMidCenter" frameborder="0"
scrolling="Auto" style="border: none;"></frame>
<frame src="../Incs/BodyRight.cfm" name="frameMidRight" frameborder="0"
scrolling="Auto" style="border: none;"></frame>
</frameset>
<frame src="../Incs/Footer.cfm" name="frameFooter" frameborder="0"
scrolling="Auto" style="border: none;"></frame>
</frameset>
hivaluescomputing Guest
-
exe as skin passing different data
Hope someone can help me with this. I am creating a projector (exe) which will be installed on different locations for our company (NV, IL, FL). I... -
pass changed data between frames
Hi, got the following problem: I got a frameset with three frames (_TOP, _BODY and _FOOT). When i changed the keys in _TOP, the data in _BODY... -
Sharing data among frames ?
Hi all, I want to share data between two frames. My object should be a php script (if possible). The object should know (using a session... -
objects in header / sharing data among frames
Hi all, I want to share data between two frames. My object should be a php script (if possible). The object should know (using a session... -
Passing objects between pages and frames...
Hi Dan, You could either store it in Cache (if it is applicable to the whole app), or in a session variable. Those are the two quick ones I can...



Reply With Quote

