Closed Bug 162494 Opened 22 years ago Closed 22 years ago

Mozilla 1.0 doesn't show error

Categories

(Other Applications Graveyard :: Venkman JS Debugger, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 47128

People

(Reporter: msenni, Assigned: rginda)

Details

I've a problem with Mozilla 1.0 
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0)Gecko/20020530

When I run a script with error, like below, 

with IE
I receive a popup with error [t2.value is not a object]

with NS
I read in status bar: Javascript error: type 'javascript:' into Location for 
details

with Mozilla 
it does not succeed nothing.  How I can make in order to receive a warning that 
is an error?

thanks.
Sam --


<html>
<head>
	<title>Untitled</title>
</head>

<body>
<script>
function check(f)
{
alert( f.t2.value ) ;
}
</script>
<form name="form1">
<input type="text" name="t1">
<input type="button" onclick="check(this.form);">
</form>

</body>
</html>
Tools->Web development->Javascript console.

*** This bug has been marked as a duplicate of 47128 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Product: Core → Other Applications
Product: Other Applications → Other Applications Graveyard
You need to log in before you can comment on or make changes to this bug.