I want to use in my html page multiple form tags with the same name; for instance : <form method="post" name="Regisform" action"" onSubmit="return checkPw(this)">
Cause when I put for every input box a form tag; I can solve multiple conflicts between tables and form-tags in Netscape.
The only thing I want to know is, if this causes no probs in the results of my form. I do not want to replace the value of a textbox with the value of the box standing before it ....
Cause when I put for every input box a form tag; I can solve multiple conflicts between tables and form-tags in Netscape.
The only thing I want to know is, if this causes no probs in the results of my form. I do not want to replace the value of a textbox with the value of the box standing before it ....