Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

RE: Re: Accessing web pages

by Michalis (Pilgrim)
on Jun 05, 2000 at 12:32 UTC ( [id://16371]=note: print w/replies, xml ) Need Help??


in reply to Re: Accessing web pages
in thread Accessing web pages

If your page has (except username/password) buttons and checkboxes, then it's a cgi script. Just see which is the URL of the page called (or even better the form "action" as it might redirect you). Then call that URL (or the action script) with the params you want on the Location bar, thus simulating a form GET. Even if it posts the form with a PUT, it should accept the parameters on the url if it's written with CGI.pm (I don't know about others). If that doesn't work, then I' m afraid I cannot help.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-25 04:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found