hi John

so if i open up login.jsp on each of my mid-tiers, and i modiofy the code on 
lines 4 and 8, to include "autocomplete="off"" you think i will get what i 
need?  i am not a coder, so the fact this is JSP, does that matter?


1       <td class="login" nowrap="nowrap" width="20" >&nbsp;</td>
2       <td class="login" nowrap="nowrap" id="LoginLabel-id">
3       <b><label 
for="username-id"><%=MessageTranslation.getLocalizedText(locale,"User 
Name")%></label></b>
4       <input name="<%=Params.USERNAME%>" 
maxlength="<%=Params.USERNAME_LENGTH%>" id="username-id" 
value="<%=com.remedy.arsys.share.HTMLWriter.escape(name)%>" class="loginfield" 
size="30" type="text">
5       <td class="login" nowrap="nowrap" width="20">&nbsp;</td>
6       <td class="login" id="PasswordLabel-id" nowrap="nowrap">
7       <label 
for="pwd-id"><%=MessageTranslation.getLocalizedText(locale,"Password")%></label>
8       <input name="<%=Params.PASSWORD%>" 
maxlength="<%=Params.PASSWORD_LENGTH%>" id="pwd-id" class="loginfield" 
size="30" type="password">
9       <td class="Login" nowrap="nowrap" width="20">&nbsp;</td>
10      <td class="Login" name="auth_label" nowrap="nowrap">
11      <label 
for="auth-id"><%=MessageTranslation.getLocalizedText(locale,"Authentication")%></label>
12      <td><input type="text" NAME="<%=Params.AUTHENTICATION_STRING%>" 
id="auth-id" maxlength="<%=Params.AUTHENTICATION_STRING_LENGTH%>" 
class="loginfield" size="30"></td>
13      <td class="Login" nowrap="nowrap" width="20">&nbsp;</td>
14      <td class="loginfield" nowrap="nowrap">&nbsp;</td>
15      <input type="button" name="login" 
value="<%=MessageTranslation.getLocalizedText(locale, "Log In")%>" 
onClick="doLogin();"><!--;-->&nbsp;
16      <input type="button" name="clear" 
value="<%=MessageTranslation.getLocalizedText(locale, "Clear")%>" 
onClick="clearLogin();"><!--;-->
17      <td class="Login" nowrap="nowrap">&nbsp;</td>
18      <td class="Login" nowrap="nowrap">&nbsp;</td>
19      <input type="hidden" name="<%=Params.TIMEZONE%>" value="">
20      <input type="hidden" name="<%=Params.PASSWORD_ENCRYPTED%>" value="1">
21      <input type="hidden" name="<%=Params.GOTO_URL%>" 
value="<%=com.remedy.arsys.share.HTMLWriter.escape(nextPage)%>" >
22      <input type="hidden" name="<%=Params.SERVER%>" 
value="<%=com.remedy.arsys.share.HTMLWriter.escape(server)%>" >
23      <input type="hidden" name="<%=Params.IP_OVERRIDE%>" value="0">
24      <input type="hidden" name="initialState" value="-1">
25      <input type="hidden" name="<%=HttpSessionKeys.TARGET_URL%>" value="">

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

Reply via email to