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.
The param values must bu URL-Encoded and you have to provide also the param name.
So the params must at least content
params := URLEncode('str=' + moviename)
And maybe also these hidden fields:
<input type=hidden name=orderby value=name>
<input type=hidden name=order value=1>
<input type=hidden name=category value=filme>
<input type=hidden name=typ value=sres>
so:
params := URLEncode('str=' + moviename + '&orderby=name&order=1&category=filme&typ=sres')
Dash wrote:
Just took a closer look at downloaded page. It works correctly. It seems, it's just a bug with the ShowMessage function.
Actually in Windows the & is used to indicate a keyboard shortcut, and so the letter that follows it is underlined. E.g. menu "File" is labelled "&File" actually.