Closed
Bug 42500
Opened 25 years ago
Closed 25 years ago
java applet is not showing up in this page
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: czhang, Assigned: drapeau)
References
()
Details
Attachments
(1 file)
2.30 KB,
application/octet-stream
|
Details |
load 6/14 M17 build
1. go to http://cathyz2/sameori/applet.html
expected: to see the java applet
result: nothing appears, but my script is able to say there is an applet, this
page is working fine on IE5 and NS4.7
the code is:
---------------------------------------------------
<html>
<script>
setTimeout("alert(document.applets[0]);", 6000);
</script>
<body>
<APPLET codebase="http://marvin.mcom.com/ngdriver/suites/res/" CODE="parbanner.c
lass" HEIGHT=60 WIDTH=800>
<PARAM NAME="bgcolor" VALUE="f00f00">
<PARAM NAME="fgcolor" VALUE="bedace">
<PARAM NAME="message" VALUE="The applet! She is running! (And there was much
rejoicing.)">
</APPLET>
</body>
</html>
Comment 1•25 years ago
|
||
That is OJI bug.
I am moving it there
Component: Java-Implemented Plugins → OJI
Cathy, can you please post a testcase avaialable outside of the netscape
firewall? Thanks,
Ed
Comment 4•25 years ago
|
||
Cathy no longer works at Netscape. junruh@netscape.com could you find Cathy's
test case and add as an attachment
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
This worksforme on Win98 and Mac.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 7•25 years ago
|
||
Works for me:
Platform: PC
OS: Windows 98
Mozilla Build: 2000101214 M18 Trunk Build
Marking as Verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•