It's probably in any textbook, but I'm stuck.
I have a frameset. There's a form in one frame. When submitted I'm passing via POST a variable value to the frameset itself and Ialso need to pass that value to another frame.
How can I do that?
You'll need to use Javascript.
Either you'll use Javascript to close all frames when the form is submitted, replacing them with a whole new set of frames
OR
Use Javascript to pass a value from frame1 to frame 2.
PHP won't help you with this problem.
I was thinking so too. My JS is getting rusty. How do you submit to two different pages?