Project

General

Profile

« Previous | Next » 

Revision 508

Added by bojilova over 23 years ago

added "qformat=html" form parameter for "login" and "logout" actions

View differences:

lib/contents.html
37 37
  <option value="any">Any
38 38
  </select>
39 39
</form>
40
<a href="@servlet-path@?action=logout" target="_top">Logout</a>
40
<a href="@servlet-path@?action=logout&qformat=html" target="_top">Logout</a>
41 41
<br /><a href="loadxml.html" target="right">Load an XML Document</a>
42 42
<br /><a href="validate.html" target="right">Validate an XML Document</a>
43 43
<br /><a href="../docs/" target="top">Browse the API for the Servlet</a>
lib/login.html
27 27

  
28 28
  <FORM ACTION="@servlet-path@" METHOD="POST">
29 29
    <INPUT TYPE="hidden" NAME="action" VALUE="login">
30
    <INPUT TYPE="hidden" NAME="qformat" VALUE="html">
30 31
    <P>Username &nbsp;&nbsp;&nbsp;
31 32
    <INPUT TYPE="text" NAME="username" SIZE="15">
32 33
    <P>Password &nbsp;&nbsp;&nbsp;

Also available in: Unified diff