I have 2 pages page1.php and page2.php.  I want to submit the form and 
its values to page2.php.  page2.php has frames:
<frameset rows="218,*">
<frame src="menu.php" name="menuFrame">
<frame src="editor.php" name="editorFrame">
</frameset>
How can I get the variables that were submitted from page1.php into the 
menuFrame?  When I do this it doesn't get any php variables, but if I 
take it out of the frame it works fine.
Thanks in advance,
Matt


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to