Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: radio buttons and HTTP::Request::Common

by TheoPetersen (Priest)
on Oct 19, 2001 at 21:29 UTC ( [id://120079]=note: print w/replies, xml ) Need Help??


in reply to radio buttons and HTTP::Request::Common

LWP doesn't actually need to know what kind of input widget a browser would display for a form. You fill in a radio input the same as you would a text input, by giving LWP the name of the input and the value.

Yes, this means you can send values from a script that you wouldn't get from a user filling out the form. That's why your code on the Web server checks its inputs carefully :)

  • Comment on Re: radio buttons and HTTP::Request::Common

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://120079]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-19 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found