I don't think that you can nest forms.

George

----- Original Message -----
From: "De Necker Henri" <[EMAIL PROTECTED]>
To: "PHP-General (E-mail)" <[EMAIL PROTECTED]>
Sent: Tuesday, November 13, 2001 1:09 PM
Subject: [PHP] Form's : making me sick!


> I just want to know how to make a <form> inside a <form> get to respond or
> dont make any browser errors?
>
> It looks someting like this :
>
> <form>
> <input type = "text">
> <input type = "text">
> <form>
> <select onchange = "this.form.submit();">   //This must
> change the next <select> values !
> </select>
> </form>
> <select>
> //this values must be cahnge
> </select>
> </form>
>
> Everthing is working fine but i just cant get the two forms to work
> together.If i only can get some ideas on what action,or onchange values to
> change it will be greatfull!
>
>
> --
> 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]


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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