LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   using lynx to post_data to an ASP doc (https://www.linuxquestions.org/questions/linux-software-2/using-lynx-to-post_data-to-an-asp-doc-35879/)

jolly_good2000 11-19-2002 11:37 AM

using lynx to post_data to an ASP doc
 
Is there a way to -post_data to a form action=someASPdoc.asp ?
ie. I want to post about 35 times to the following form using lynx, and use the -dump command to dump the source into a file.

<form method="post" name=someform action="someaspdoc.asp" onsubmit="validate_data();" >
<input type="hidden" name="id" value="123">
<input type="text" name="year" maxlength="4" value="2002">
<input type="text" name="name" maxlength="15">
<input type="submit" name="submit" value="submit">
</form>


cheers
Scott:study:


All times are GMT -5. The time now is 05:58 AM.