Bob Gustafson wrote:
> 
> I want to automate a form which contains a bit of javascript code.
> 
> See http://www.messaging.sprintpcs.com/sms/index.html - this form accepts
> text fields and passes them on to the server.  I would like to be able to
> synthesize my own messages (stock quotes for example) and send them out
> from my own machine to the sprintpcs site.
> 
> Some of the code could be automated within a perl script - (e.g., character
> counting) and some of the code is not needed at all for an automated
> script, so perhaps this email message is just retorical.
> 
> (Without looking at the faq or doc,) does libwww do javascript?

there's no need for LWP to "do JS"
The JS on the page ref'd is only there as a client side, first cut, -attempt-
to control the type and amount of user input. All you have to do is POST the
right fields of data to the application listed in the action="" attribute.
(You may need to push a Referer: header and/or cookie(s) as well)
--
Doug Monroe

Reply via email to