http://qs1969.pair.com?node_id=353987


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(); }