I am attempting to download an intranet site using the trial version of OE Pro. The site is completely dynamic - each link is a javascript function that sets data in a hidden form and then submits the form to an executable. I saw in a previous post that such functionality is currently being worked on. Is this kind of thing available yet? Here is an example of what I am trying to download:
Link:
<a href="javascript:ShowPage(`4512`,`2294`,`A`,``,``,``,``,``,`0`)">EAP</a>
Javascript function:
ShowPage sets hidden form data and then calls document.ShowPageForm.submit();
Hidden form:
<FORM name="ShowPageForm" method="post" action="athcgi.exe">
<INPUT type="hidden" name="command" value="showpage">
<INPUT type="hidden" name="page">
etc...
Sorry, we haven`t implemented this yet. Perhaps, in some later versions this will be done, but I am not sure when exactly.
Best regards,
Oleg Chernavin
MP Staff
Thanks for the quick response. It`s a great product - best of luck in the future!
> Sorry, we haven`t implemented this yet. Perhaps, in some later versions this will be done, but I am not sure when exactly.
>
> Best regards,
> Oleg Chernavin
> MP Staff