Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Re: Re: Re: Clicking a checkbox using www::mechanize

by ES2004 (Initiate)
on May 17, 2004 at 14:54 UTC ( [id://353987]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Clicking a checkbox using www::mechanize
in thread Clicking a checkbox using www::mechanize

This is what the javascript looks like, how do you think I can fake it.
function __doPostBack(eventTarget, eventArgument) { var theform = document.Home; theform.__EVENTTARGET.value = eventTarget; theform.__EVENTARGUMENT.value = eventArgument; theform.submit(); }

Log In?
Username:
Password:

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

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

    No recent polls found