> I have tried that, but when I post it just displays the original remote
> form without login and password values filled in!
Sheesh! Did you post to the log-in form's target,
or the form itself?
To solve this you need to get..
- a book on HTML
Once you can do it in HTML, you can do it in JSP.
[ And if you have futher questions on this matter, please
post them to an HTML forum, like..
<http://groups.google.com/group/comp.infosystems.www.authoring.html> ]
Andrew Thompson - 20 Oct 2005 22:02 GMT
> post them to an HTML forum,
or rather, Usenet Newsgroup,
>.. like..
> <http://groups.google.com/group/comp.infosystems.www.authoring.html> ]
Oliver Wong - 20 Oct 2005 22:09 GMT
>> I have tried that, but when I post it just displays the original remote
>> form without login and password values filled in!
[quoted text clipped - 6 lines]
>
> Once you can do it in HTML, you can do it in JSP.
It's conceivable the ASP form is doing something tricky like checking
the browser reported referrer, or doing strange things with JavaScript, etc.
A simpler, low tech solution might be to just post the password
somewhere on your intranet website (this has about the same security as
hardcoding it into an HTML form anyway). Then people can just read the
password and login.
- Oliver
cgian31 - 20 Oct 2005 22:21 GMT
OK, got the message, thanks anyway for your help.
> It's conceivable the ASP form is doing something tricky like checking
> the browser reported referrer, or doing strange things with JavaScript, etc.
[quoted text clipped - 5 lines]
>
> - Oliver
Jon Martin Solaas - 21 Oct 2005 06:05 GMT
> OK, got the message, thanks anyway for your help.
Maybe someone at some microsoftish group could help you, it's after all
a microsoftish url we are looking at ...
We are ofcourse flattered that you went to a java group for help first :-)

Signature
jon martin solaas
cgian31 - 21 Oct 2005 07:06 GMT
The thing is that it is not my website I am trying to bypass. And since
I am better at Java I thought maybe I can do something with it to
compile a generic form!
> We are ofcourse flattered that you went to a java group for help first :-)
Oliver Wong - 21 Oct 2005 16:19 GMT
> The thing is that it is not my website I am trying to bypass. And since
> I am better at Java I thought maybe I can do something with it to
> compile a generic form!
Unless JSP is somehow getting involved, I don't think there's a
compilation step in writing an HTML form with the inputs pre-filled-out.
- Oliver