|
Posted by VBSome on December 8, 2004, 5:58 am
Please log in for more thread options
I am playing around with WWW::Mechanize.
I am looking at the HTML for a web site and see:
<form name="PSForm" method="post" action="/res/avail.mi?isSearch=false"
onSubmit="return ValidateFrm();"
In Code I use:
$agent->form_name("PSForm")
And then Perl tells me that:
There is no form named "PSForm" at myscript.pl Line 22
HELP!! What is that all about?? I can see the form in the HTML source, but
when I ask Mechanize for ->forms, the array remains empty.... HUH??
TIA!
|