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]

Reply via email to