Hi all,
I have an interface that will be using 2 horizantal frames. The top frame is the header and uses a select tag with javascript. When the onchange event occurs it uses the form action to post to frame 2.
How can I get the $_POST var into frame 2? Should I be using a session for this?
Thanks,
Frank
I have an interface that will be using 2 horizantal frames. The top frame is the header and uses a select tag with javascript. When the onchange event occurs it uses the form action to post to frame 2.
How can I get the $_POST var into frame 2? Should I be using a session for this?
Thanks,
Frank
Comment