[Webkit-unassigned] [Bug 14554] New: Java Chat Applet from www.crfriends.de do not load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 7 11:55:34 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14554

           Summary: Java Chat Applet from www.crfriends.de do not load
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
               URL: http://www.crfriends.de/index.php?module=pnAddonChat&fun
                    c=chat
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Java
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xmenclassic at gmx.de


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?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list