Re: parsing form data from html source...
Re: parsing form data from html source...
- Subject: Re: parsing form data from html source...
- From: Clark <email@hidden>
- Date: Sun, 22 Apr 2001 11:22:38 -0500
- Organization: R.R. Donnelley & Sons
Hi,
here's some different OSAX to look for:
Parse CGI 1.2
ACME parse args
Tanaka's osax has a parse args command (if i remember correctly)
Akua Sweets has the "Parse ML" command
Hope this helps.
Clark
Matt Holland wrote:
>
My question, is whether any of you know of a scripting addition command
>
that will
>
return a list of records from the tags in HTML source such as
>
<input name="serial" value="QT1104Z2K6B" size=20><br></td>
>
and
>
<SELECT name="category"><option value=""><option
>
value="accountservice">accountservice<option value="admin"
>
selected>admin
>
returns {name:"QT1104Z2K6B", category:"admin"}