Closed
Bug 111084
Opened 24 years ago
Closed 24 years ago
TextBox In Login Form That Don't Appears
Categories
(Tech Evangelism Graveyard :: Italian, defect)
Tracking
(Not tracked)
People
(Reporter: sasim, Assigned: tristan)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.6+) Gecko/20011120
BuildID: 2001112003
In the left of the page (www.omnitel.it) there's a Form to log in users (Under
the Omnitel Logo). With Mozilla 0.9.6 don't appears this Form with 2 Input Text.
Reproducible: Always
Steps to Reproduce:
1.Visit www.omnitel.it
2.See in the left of Home Page
3.
Actual Results: Mozilla don't show the Log in form in the left of page
Expected Results: Mozilla have to show the Log In form
<html>
<head>
<title></title>
<LINK REL='StyleSheet' HREF='/common/include/style_pc_ie.css' TYPE='text/css'>
<!--
abuonin START ottimizzazione -->
<SCRIPT LANGUAGE="JavaScript1.2" SRC="/common/include/js_functions_lite.js"
type="text/javascript"></SCRIPT>
<!--
END abuonin -->
</head>
<SCRIPT LANGUAGE="JavaScript1.2">
function VaBene() {
document.FRM_LOGIN.submit();
}
</SCRIPT>
<!--
Inizio Gestione CommonAuthentication -->
<!--
Fine Gestione CommonAuthentication -->
<body topmargin="0" leftmargin="0" bgcolor="#CFE6D9">
<form METHOD="post" ACTION="verifpwd.asp" name="FRM_LOGIN">
<table width="121" cellpadding="0" cellspacing="0" border="0" bgcolor="#CEE5D8">
<tr>
<td><img src="/common/images/pixel.gif" border="0" width="4" height="80"></td>
<td>
<table width="117" cellpadding="0" cellspacing="0" border="0" bgcolor="#CEE5D8">
<tr>
<td colspan="2"><p class="verdebold"><em>username</em></p></td>
</tr>
<tr>
<td><input type="Text" name="username" size="6" class="nerosm" style="width:90;"
tabindex="1"></td>
<td align="center"><a
href="javascript:popUpLoggingWin('/common/choose_reminder.html','Remind','width=470,height=400');"><img
src="/common/images/puls_help.gif" border="0" alt="Aiuto"></a></td>
</tr>
<tr>
<td colspan="2"><p class="verdebold"><em>password</em></p></td>
</tr>
<tr>
<td><input type="Password" name="password" size="6" class="nerosm"
style="width:90;" tabindex="2"></td>
<td align="center"><input type="Image" src="/common/images/puls_invia.gif"
border="0" alt="Login" tabindex="3"></td>
</tr>
<tr>
<td><img src="/common/images/pixel.gif" border="0" width="93" height="1"></td>
<td><img src="/common/images/pixel.gif" border="0" width="24" height="1"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td></td>
<td bgcolor="#019069"><img src="/common/images/pixel.gif" border="0" width="117"
height="1"></td>
</tr>
<tr>
<td><img src="/common/images/pixel.gif" border="0" width="4" height="14"></td>
<td align="center"><p class="nerosmns"> <a
href="javascript:popUpLoggingWin('/reg_intro/registrazione.htm','reg_win','width=470,height=350,scrollbars=yes');"
class="nerosmns"><strong>Registrati qui</strong></a></p></td>
</tr>
</table>
<INPUT TYPE="hidden" NAME="NO_CAUTH" VALUE="YES">
<INPUT TYPE=hidden NAME=URL VALUE="/_login_hp/welcome_hp.asp?CAuthStatus=0">
</form>
<!-- FORM POPUP -->
<form method="GET" NAME="LogPopUp" target="" action="">
<input type="hidden" name="DestUrl">
</form>
</body>
<!--
Inizio Gestione CommonAuthentication -->
<!--
Fine Gestione CommonAuthentication -->
</html>
Comment 1•24 years ago
|
||
This is because of an error on the webpage. They use LAYER old code there that
we don't support anymore.
Also reporter, next time please upload files as an attachment (using the "Create
a New Attachment" link underneath the keywords text box). Now we have to scroll
past this every time we want to see this bug.
->evangelism. This is a dupe of bug 94950.
Component: Browser-General → Europe: West
Product: Browser → Tech Evangelism
Version: other → unspecified
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 94950 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•