Sometimes I may have one form nested inside the other (this is an editable
page).
<form name="form1">
<form name="form2">
</form>
<input type="text" name="form_elem ent_for_form1">
</form>
What I'd like to do is read: form_element_fo r_form1, but the closing tag for
form2 kills form1.
How do I remove form2? It seems to be resistant!
Jeff
page).
<form name="form1">
<form name="form2">
</form>
<input type="text" name="form_elem ent_for_form1">
</form>
What I'd like to do is read: form_element_fo r_form1, but the closing tag for
form2 kills form1.
How do I remove form2? It seems to be resistant!
Jeff
Comment