Bug 14554 - Java Chat Applet from www.crfriends.de do not load
Summary: Java Chat Applet from www.crfriends.de do not load
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Java (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.crfriends.de/index.php?mod...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-07 11:55 PDT by Alexander Luck
Modified: 2008-02-09 03:54 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Luck 2007-07-07 11:55:34 PDT
In the site www.crfriends.de is a function part Chat. From the url http://www.crfriends.de/index.php?module=pnAddonChat&func=view can members see who is in chat and exist a login in the chat with a link (url=http://www.crfriends.de/index.php?module=pnAddonChat&func=chat).

By use of the link do it open a new window. Ok. But the Java Chat Applet do not load.
Quellcode of the popup chat window:

<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <title>crfriends - Chat</title>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  </head>
  <body style="background-color:#000000;">
    <div style="text-align:center;">
    <applet code="Client.class" 
       codebase="http://client4.addonchat.com/current/"  
       archive="scclient_de_i.zip" width="600" height="425"
       alt="Java Chat Software - AddonChat" MAYSCRIPT>
       <param name="room" value="203959">
       <param name="username" value="rubbermummy">
       <param name="password" value="">
       <param name="autologin" value="yes">  
       <a href="http://www.addonchat.com/">Java Chat Software</a>
    </applet>
    </div>
  </body>
</html>

Is maybe the problem that the java applet is in a zip archive?
Comment 1 David Kilzer (:ddkilzer) 2007-07-07 14:17:00 PDT
Similar to Bug 14212?

Comment 2 Alexander Luck 2007-07-07 14:28:28 PDT
The applet on http://java.sun.com/applets/jdk/1.4/demo/applets/GraphicsTest/example1.html load in my safari. Or which url do you mean?
Comment 3 David Kilzer (:ddkilzer) 2007-07-07 14:42:26 PDT
(In reply to comment #2)
> The applet on
> http://java.sun.com/applets/jdk/1.4/demo/applets/GraphicsTest/example1.html
> load in my safari. Or which url do you mean?

That one was supposed to work.  This one does not per Bug 14212:

1. Go to URL:  https://www.crushftp.com/demo/ 
2. Log in as:  demo/demo

Comment 4 Alexander Luck 2007-07-07 14:47:45 PDT
Also this applet load Safari. It is show a file manager.
Comment 5 Alexander Luck 2007-07-07 16:58:17 PDT
My example site have an applet in a archive. But your 2 url use normally class files.

Is it able to do one that safari does not manage with Applets in archives? 
Comment 6 Alexander Luck 2008-02-09 03:54:27 PST
with Public Beta Seed 310A32 is load the chat applet!