Hello,
i need help with a search script.
I want to send a search request to a remote website to get the results:
the search string would be 5 char.
like this :
http://www.xxxx.fr/commande/xxxx.phtml?ref=123456
How can i put the searchstring in a searchbox to get the result from the remote site?
I started with this, but the remote site does not receive the searchstring.
Thanks in advance.

<<
<form action="http://www.xxxx.fr/commande/xxxx.phtml?ref=" method="post">
<!--webbot bot="Validation" S-Data-Type="String" B-Allow-Digits="TRUE" B-Value-Required="TRUE" I-Maximum-Length="5" -->
<input type="text" name="search" size="20" maxlength="5">&nbsp;
<input type="submit" value="Search">
</form>
>>