You can use the TARGET attribute of the form that would be in the
edit,delete,submit frame to make the main page process the form variables.

ie clicking on submit in the edit frame would send the vales
var1=ffefe&var2=gfregr, etc etc, to the main frame.

alternatively you could use the javascript onSubmit events to manage which
form gets what.

Regards

Tom


-----Original Message-----
From: James Wharton [mailto:[EMAIL PROTECTED]]
Sent: 09 July 2001 20:36
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Submiting forms to mySQL


I would like to have a three frame webpage. The data entry would be in the
main frame while the "edit" "delete" and "submit" buttons would be in
another frame. Is this possible? I thought that you could only submit things
between the <form></form> tags. (not things in different html or php files)



--
PHP Database 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]



-- 
PHP Database 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