HTTP and Applet

Hi

I am writing a simple Java web server. When browser connects to this
server, it sends the following:

<html>
     <head>
      <title> Title </title>
     </head>
    <body>
       <Applet CODE= Discover.class  WIDTH=300 HEIGHT=400 >
      </APPLET>
   </BODY>
</HTML>

But it seems like in the first step, the browser downloads only the HTML
page and AFTER sends another  request to get the applet:

GET Discover.class HTTP/1.0

How can I send the applet (Discover.java) using HTTP ?

Any Help Pointer welcome

Thanks

Adel

Received on Tuesday, 21 October 1997 23:39:43 UTC