
SaruzzU - 2009-03-16 16:56:15 -
In reply to message 7 from Manuel Lemos
The previous step(Login->redirect FramePage) function properly
This is the last portion of code that don't response
the form on site is
The form consists of 1 field hidden (SSL KEY) 1 field of research and 1 button
the code
$url="https://PAGE_FRAME.aspx
$error3=$http->GetRequestArguments($url,$arguments3);
$arguments3["RequestMethod"]="POST";
$arguments3["PostValues"]=array(
'__VIEWSTATE' => $key2,
'txtSearch' => 'MY_SEARCH',
'cmdButton' => 'Button'
);
$arguments3["Referer"]=$ref;
$error3=$http->Open($arguments3);
$error3=$http->SendRequest($arguments3);
$header_name=Key($http->request_headers);
$headers=array();
$error3=$http->ReadReplyHeaders($headers);
$header_name=Key($headers);
$error3=$http->ReadReplyBody($body3,51000);
echo "<p>".HtmlSpecialChars($body3)."</p>";