Possible Duplicate:
Get HTML Form Field Names
I have a very big form and I’m looking for a quick way to retrieve the name of all html form field names, like:
<textarea class="txt" type="textarea" name="txt_fahe" rows="2" cols="20">
<select class="dropd" name="sel_mob4" size="1">
...
Any hints on how to make the expression? it should support ” and ‘
Thanks!
Use regex pattern