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.
- Javascript and struts JOEL VOGT
- Re: Javascript and struts Jens Rehp�hler
- Re: Javascript and struts kreimer
- Re: Javascript and struts JOEL VOGT
- Re: Javascript and struts Jens Rehp�hler
- Re: Javascript and struts Jens Rehp�hler
- RE: Javascript and struts Dorai, Harish (c)
- RE: Javascript and struts David Winterfeldt
- RE: Javascript and struts Steve A Drake
- javascript and struts Will Spies/Towers Perrin
- RE: javascript and struts Jason Chaffee
- RE: javascript and struts Will Spies/Towers Perrin
- RE: javascript and struts Dudley [EMAIL PROTECTED]
- javascript and struts cahana

