Hi I am experimenting with HTTP Post in AutoIt, and I am trying to create a simple example that will work. The Form is: <form method="post" action="/ssearch.asp" id="srchForm">
<div class="searchBtn" onClick="$('#srchForm').submit();">
<input type="text" size="45" name="search" value="" class="txt" autocomplete="off"/>
</form> And my code is: IECreate("")
$oIE.Navigate2("torec.net/ssearch.asp",0,"","search=test") When running this script, the resulting webpage show