Revision 6647
Added by Jing Tao about 13 years ago
sanparksLogin.jsp | ||
---|---|---|
156 | 156 |
<a href="<%= CONTEXT_URL %>/cgi-bin/ldapweb.cgi?cfg=sanparks" target="_new" /> |
157 | 157 |
<span class="regtext"> (request an account...)</span> |
158 | 158 |
</h3> |
159 |
<form name="loginForm" id="loginForm" onsubmit="submitLoginFormIntoDiv('<%= SERVLET_URL %>', this, 'loginSection')"> |
|
159 |
<form name="loginForm" id="loginForm" onsubmit="submitLoginFormIntoDivAndReload('<%= SERVLET_URL %>', this, 'loginSection')">
|
|
160 | 160 |
<input name="qformat" type="hidden" value="sanparks" /> |
161 | 161 |
<input name="action" type="hidden" value="login"/> |
162 | 162 |
<table> |
Also available in: Unified diff
Using the method which reloads the page after sending login. This will fix an issue that the search function couldn't get the session id after login.