how to use PostPage & PostPage2?

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
sleipner
Posts: 3
Joined: 2005-01-12 14:17:53

how to use PostPage & PostPage2?

Post 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
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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)
sleipner
Posts: 3
Joined: 2005-01-12 14:17:53

Post by sleipner »

that would work but search string is encrypted (or something) for some reason.. thanks for reply anyways :)
Post Reply