html post form question
Posted: Sun Sep 10, 2006 9:38 pm
Hi Guys,
A quick question.
Is it possible to retrieve the values of posted form fields if you do not know the name of the input or select box but you know the form name?
Thanks in advance.
A quick question.
Is it possible to retrieve the values of posted form fields if you do not know the name of the input or select box but you know the form name?
Code: Select all
<form id="form1" name="iknowthisname" method="post" action="">
</form>