Javascript links submit hidden forms

Ben Jakuben
07/06/2005 06:07 pm
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...
Oleg Chernavin
07/07/2005 09:59 am
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
Ben Jakuben
07/07/2005 10:01 am
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
Oleg Chernavin
07/07/2005 10:08 am
Thank you!

Oleg.