Hi Joel,

I have forgotten to write you my other idea to solve your problem :-)

Here it is:
Remove the onClick handler and the JavaScript from you login screen. After a
succesfull login (logon.do) show a page with the following content:

<html>
<head></head>
<body>
<script language="javascript">
window.open('reconciliation.jsp','recwindow','width=800,height=600,resizable=no,scrollbars=yes');

</script>
</body>
</html>



JOEL VOGT wrote:

> Hi,
> I have this code:
> <form:form action="logon.do" focus="username">
>         Username: <form:text property="username" /><br>
>         Password: <form:password property="password"/><br><br>
>         <form:submit value="Logon"
>                 onclick =
> "window.open('reconciliation.jsp','recwindow','width=800,height=600,resi
> zable=no,scrollbars=yes');return(false)"/>
>
> </form:form>
>
> This works in that it opens a new window and stops anything happening in
> the old window. The problem is, the form doesn't seem to be submitted,
> and the action is not called! Consequently, there is no login.
> Any ideas?
>
> Thanks, Joel.

--
Jens Rehpöhler
Tel: 0172-5277655 * eMail: [EMAIL PROTECTED]
_______________________________________________
rehpoehler - WebDesign & Software-Entwicklung
Meisenweg 4
33335 Gütersloh

http://www.rehpoehler.de


Reply via email to