第一:给登陆框添加默认值。
第二:替换图片。
<%
' If logoff and IE 6+
If ((1 = reasonCode) And g_fIsSMimeCapable) Then %>
.....................省略.........................
alert("<%=L_ErrorClearCerts_Text%>\n" + str);
}
<% End If %>
logonForm.username.focus(); <添加这两句>
logonForm.username.value="brl.com"+"/";
var fGZIPSafe = false;
<% 'Do not enable gzip for Windows .Net
.....................省略.........................
var nVerOffset = navigator.appVersion.indexOf("MSIE ");
.....................省略.........................
保存了之后就会在登陆页面的域名/用户名:

第二:替换图片。
<%
' If logoff and IE 6+
If ((1 = reasonCode) And g_fIsSMimeCapable) Then %>
.....................省略.........................
alert("<%=L_ErrorClearCerts_Text%>\n" + str);
}
<% End If %>
logonForm.username.focus(); <添加这两句>
logonForm.username.value="brl.com"+"/";
var fGZIPSafe = false;
<% 'Do not enable gzip for Windows .Net
.....................省略.........................
var nVerOffset = navigator.appVersion.indexOf("MSIE ");
.....................省略.........................
保存了之后就会在登陆页面的域名/用户名:

的输入框中自动填入 brl.com/ 而不需要您在输入邮件帐户
的时候还要输入“域名/”之后在输入帐户了。然后再把logon_logo.gif 替换下就更完美了,效果如下:
的时候还要输入“域名/”之后在输入帐户了。然后再把logon_logo.gif 替换下就更完美了,效果如下:

注意!如果您保存了之后出现 440 login timeout 错误的话~ 那就是您的权限设置错误了。以下是权限设置错误的对比!!


转载文章请标明:该文章转自 罗斌原创技术文章:http://luobin44.51.com 〖罗斌个人工作经验谈〗
转载于:https://blog.51cto.com/luobin/185409