Craig,
What does the form access?
Look in the HTML source, and in the form tag, there will be an action
attribute. You can access that normally. Say I have a form at form.html
on somedomain.com. That form takes a firstname variable. When it's
finished, it sends the information to formparser.pl
I need to write a script to access a simple html form on a network
device and perform specific functions on the form to acquire
information.
Does anyone have a sample script they would like to share? I just need
to figure out how to access a web page and enter data into a form
automatically.
Tha