Page 1 of 1

how to use PostPage & PostPage2?

Posted: 2005-01-12 16:36:51
by sleipner
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

Posted: 2005-01-12 17:14:03
by antp
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&param2=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&param2=y)

Posted: 2005-01-12 18:45:13
by sleipner
that would work but search string is encrypted (or something) for some reason.. thanks for reply anyways :)