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