Closed Bug 32110 Opened 24 years ago Closed 24 years ago

Testcase to test if Java is enabled or not fails.

Categories

(Core Graveyard :: Java: OJI, defect, P3)

x86
Windows 98
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 24811

People

(Reporter: bsharma, Assigned: drapeau)

Details

Build ID: 03/16/00 Beta1 build.

I have this simple testcase which tells if the Java is enabled in a browser or 
not.

<HTML>
<HEAD>

<TITLE> Do you hava Java? </TITLE>
</HEAD>
<BODY BGCOLOR=WHITE>
<SCRIPT LANGUAGE=JAVASCRIPT>
<!--Hide script from old browsers
	
	document.writeln("<H1>Java is ")
	if (!navigator.javaEnabled ()) {
		document.writeln ("not ")
	}
	document.writeln ("enabled. </H1>")

// End hiding script from old browsers -->

</SCRIPT>
<NOSCRIPT>
	<H1> Javascript is not enabled. </H1>
</NOSCRIPT>
</BODY>
</HTML>

For this build even though I can open the Java console and run some of the 
applet test, this testcase result is that "Java is not enabled".

Please let me know if this testcase is invalid or there is a bug.
This looks like a duplicate of bug 24811.  Dear bug reporter, would you please
take a look at 24811 and confirm here?  If yes, then please attach this text to
bug 24811 and I will close this bug out as a duplicate.

If I do not hear from you by Monday, 3/20/2000, I will go ahead and close out
the bug as a duplicate.
Okay, no response from the person reporting the bug, closing out as a dup of 
24811, which has since been fixed.

*** This bug has been marked as a duplicate of 24811 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verified duplicate.
Status: RESOLVED → VERIFIED
QA Contact: paw → junruh
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.