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 AdelReceived on Tuesday, 21 October 1997 23:39:43 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:38:41 GMT