|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Passing variables from / between Frames |
From: |
SREENI |
Date: |
6/8/2000 8:41:11 PM |
IP: |
208.247.146.64 |
Hello,
I have a page that has three frames.
First Frame is for welcoming the user
Second Frame displays input fields for user to enter some information.
Third Frame displays the details.
I have a javascript function in the Third Frame
that grabs the value of a textbox from Second Frame and just for display use the alert.
alert("Successful and textbox value is" + " " + window.parent.frames("params").document.myparameters.container.value);
How do I save this value in a session variable
so that I can access this information across any page?
Thank you for your help
Sreeni |
Follow Up - Re: Passing variables from / between Frames - Venkat 6/12/2000 2:16:12 PM
|
|
|
|
|
|
|
|
|
|
|
|