Hi
I know that there is a meta tag function to get all meta tags from a url.
I am searching for a similar function that would get all values of a form.
something like :
<form>
<input type="text" name="name" size="10">
<input type="text" name="url" size="40">
</form>
it would return 'name', 'url'...
Anyone can help?
Yang
I know that there is a meta tag function to get all meta tags from a url.
I am searching for a similar function that would get all values of a form.
something like :
<form>
<input type="text" name="name" size="10">
<input type="text" name="url" size="40">
</form>
it would return 'name', 'url'...
Anyone can help?
Yang
Comment