Alaska Software Inc. - How to: Get field name and link in HTML
Username: Password:
AuthorTopic: How to: Get field name and link in HTML
Pascal BoivinHow to: Get field name and link in HTML
on Thu, 30 Oct 2003 16:49:42 -0500
Hi

This sample require HRF and ASINET. It open a HTML file or web site (HTTP
and HTTPS) and search for field input and link.

It is easier to read a text file than an html full of java script or
whatever!

Syntax: WebCmd <url>
where url is like http://website.com or https://securewebsite.com or
c:\temp\pagexyz.htm

Example: webcmd
"http://www.alaska-software.com/cgi-bin/waa1gate.exe?WAA_PACKAGE=PUBLICDTS&W
AA_FORM=SearchResults"

    Class: HTMLFormElement Name: PDRFORM Action: /cgi-bin/waa1gate.exe
     Class: HTMLInputElement Name: WAA_PACKAGE
     Class: HTMLInputElement Name: WAA_FORM
         Class: HTMLAnchorElement HREF: http://www.alaska-software.com
             Class: HTMLAnchorElement HREF:
http://www.alaska-software.com/kb
              Class: HTMLFontElement ID: MSG
          Class: HTMLTableCellElement ID: HELP_LINK
              Class: HTMLInputElement Name: SEARCHSTRING    <-- This is the
input field
              Class: HTMLInputElement Name: Submit

************************
* Pascal Boivin        *
* N.B. Automation inc. *
* (450) 348-9659       *
************************



WebCmd.zip