Need help with PostPage
Posted: 2005-11-26 18:22:26
Hi everybody,
first: I am pretty new to scripting, but learned a lot by looking at other scripts so far.
What I am currently trying to do, ist getting the search result page from here: http://www.invdeo.de/
After finding this line
on the page, I figure that I need to use the PostPage funtion.
I used this
with
in my Script, but somehow it ain't working. I don't know if I am missing a referer or something or doing something wrong, but if someone would be so kind and take a look at it, I would be really thankful.
Greets, Dash
first: I am pretty new to scripting, but learned a lot by looking at other scripts so far.
What I am currently trying to do, ist getting the search result page from here: http://www.invdeo.de/
After finding this line
Code: Select all
<form method=post action="http://www.invdeo.de/home.jsp?affid=1&smcmd=dvdlist_search">
I used this
Code: Select all
page := PostPage(searchpage, moviename);
Code: Select all
moviename := GetField(fieldOriginaltitle);
searchpage = 'http://www.invdeo.de/home.jsp?affid=1&smcmd=dvdlist_search';
Greets, Dash