Hi, I'm puzzled..
I have this page ( SecureLogin.asp) that shows fine in Internet Explorer(5.5 and 6) but in Netscape(4.77) only the background shows..
Anything obvious That I'm missing?![[dazed] [dazed] [dazed]](/data/assets/smilies/dazed.gif)
Here is the code ( edited for security )for the page:
Please Help...Thanks,
![[profile] [profile] [profile]](/data/assets/smilies/profile.gif)
I have this page ( SecureLogin.asp) that shows fine in Internet Explorer(5.5 and 6) but in Netscape(4.77) only the background shows..
Anything obvious That I'm missing?
![[dazed] [dazed] [dazed]](/data/assets/smilies/dazed.gif)
Here is the code ( edited for security )for the page:
Code:
<html>
<head>
<title> :: Login form :: </title>
</head>
<body bgcolor="#FFFFFF" background="/images/templates/blue.gif">
<table width="628" border="0" cellspacing="0" cellpadding="3">
<tr>
<td width="168" align="left" valign="top">
<p>
<img src="/images/templates/spacer.gif" width="30" height="71"> <a href="/"><img src="/images/templates/logo.gif" width="71" height="71" alt="Our Logo" border="0"></a>
<br>
<br>
<img src="/images/templates/rspacer.gif" width="30" height="42">
<a href="[URL unfurl="true"]http://www.xxx.xxx.xxx/"><img[/URL] src="/images/templates/intranetlogo.gif" width="74" height="42" alt="Intranet" border="0"></a>
<img src="/images/templates/spacer.gif" width="165" height="5"><br>
<font face="Arial, Helvetica, sans-serif, Geneva, Swiss" size="2"><b>
<br>
<a href="[URL unfurl="true"]http://www.xxx.xxx.xxx/newsline/employeeline.html"><img[/URL] src="/images/templates/emp_banner35.gif" width="130" height="26"></a><br>
<font face="Arial, Helvetica, sans-serif, Geneva, Swiss" size="2"><b>
</b>
<br>
<br>
<A class="nound" href="mailto:webmaster@xxx.xxx"> <b>Contact
Site Mgr</b></a><br>
<br>
</font>
<hr width="128" size="5" align="left">
<br>
</td>
<td width="500" valign="top" align="left">
<img src="/images/templates/ofclogo.gif" width="132" height="71" align="left" alt="Office Logo" border="0">
<%
if Request.Form("tries") > 2 then
Session("attempts") = 0
Response.Redirect "Sorry.asp"
Else %>
<table align="center">
<TR>
<H2> This is the Secured Access Login Page for Security Related Reports</H2>
</TR>
<TR>
<H4> Enter your Authorized Username and Password to access the Reports </H4>
</TR>
<TR>
<TD>
<form method="post" action="[URL unfurl="true"]http://irmrpts/Security/SecurePage.asp">[/URL]
Username: <input type="text" name="username"><br>
Password: <input type="password" name="password"><br>
<input type="submit" value="Login"> <input type="reset">
</TD>
</TR>
</form>
<% end if %>
</table>
<hr>
<div align="center"><font face="Arial, Helvetica, sans-serif" size="-2">Minnesota
Government links: <a href="[URL unfurl="true"]http://www.xxx.xxx/">MainPage</a>[/URL] | <a href="[URL unfurl="true"]http://www.mainserver.xxx.xxx/executive/">Executive[/URL]
Office</a><a href="[URL unfurl="true"]http://www.xxx.xxx/"><br>[/URL]
Our External Web site</a><br>
General questions: <a href="mailto:info@xxx.xxx.xxx">info@xxx.xxx.xxx</a><a href="[URL unfurl="true"]http://www.xxx.xxx/"></a>[/URL]
</font></div>
</body>
</html>
Please Help...Thanks,
![[profile] [profile] [profile]](/data/assets/smilies/profile.gif)