any info about these?
ive got site with few fields like
<input TYPE="text" NAME="asTitle" SIZE="20" VALUE="" style="width:220px" ID="asTitle">
and then
<form METHOD="post" action="/Search/SearchResult.aspx" NAME=searchForm2>
i just cant figure it out :P
how to use PostPage & PostPage2?
There are few scripts that use it, e.g. the one for MonsieurCinéma.
If I remember well you have to use URLEncode to encode the parameters (stored in a string like 'param1=x¶m2=y' I think) and give this separately from the URL (with GetPage if there are parameters they are directly in the URL, e.g. http://server/page?param1=x¶m2=y)
If I remember well you have to use URLEncode to encode the parameters (stored in a string like 'param1=x¶m2=y' I think) and give this separately from the URL (with GetPage if there are parameters they are directly in the URL, e.g. http://server/page?param1=x¶m2=y)