Hello,

Is there a way one could startup a server-side Java applet without logging
into the server?.

So say I have  a Java bytecode sitting at:

"http://www.rsma.frb.gov/fof/cgi-bin/JAVA/DigitalClock.class";

How do I start this via an html file?  Here is my html code which does not
work


-------------------------------------------------------------------------------------------------
<HTML>
<HEAD>
<TITLE>Hello Testing</TITLE>
</HEAD><BODY>
<P>The java applet says:
<APPLET CODE="http://www.rsma.frb.gov/fof/cgi-bin/JAVA/DigitalClock.class";
Width=400 HEIGHT=60></APPLET>
</BODY>
</HTML>
--------------------------------------------------------------------------------------------------


Java code: (a digital clock)


(See attached file: DigitalClock.java)

__________________

William

Attachment: DigitalClock.java
Description: Binary data

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to