Sindbad~EG File Manager

Current Path : /usr/local/diablo-jdk1.6.0/demo/plugin/applets/Clock/
Upload File :
Current File : /usr/local/diablo-jdk1.6.0/demo/plugin/applets/Clock/example1.html

<HTML>
  <HEAD>
    <TITLE>A Clock (1.6)</TITLE>
  </HEAD>
  <BODY>
    <h1>A Clock (1.6)</h1>
    <hr>
    <!--"CONVERTED_APPLET"-->
<!-- HTML CONVERTER -->
<object
    classid = "clsid:CAFEEFAC-0016-0000-0007-ABCDEFFEDCBA"
    codebase = "http://java.sun.com/update/1.6.0/jinstall-6u70-windows-i586.cab#Version=6,0,70,2"
    WIDTH = 170 HEIGHT = 150 >
    <PARAM NAME = CODE VALUE = "Clock.class" >
    <param name = "type" value = "application/x-java-applet;jpi-version=1.6.0_07">
    <param name = "scriptable" value = "false">

    <comment>
	<embed
            type = "application/x-java-applet;jpi-version=1.6.0_07" \
            CODE = "Clock.class" \
            WIDTH = 170 \
            HEIGHT = 150
	    scriptable = false
	    pluginspage = "http://java.sun.com/products/plugin/index.html#download">
	    <noembed>
            alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
      Your browser is completely ignoring the &lt;APPLET&gt; tag!
            </noembed>
	</embed>
    </comment>
</object>

<!--
<APPLET CODE = "Clock.class" WIDTH = 170 HEIGHT = 150>
alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
      Your browser is completely ignoring the &lt;APPLET&gt; tag!

</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->

      <p>
        The clock applet now has three parameters; the background
        color (bgcolor), the main foreground color (the hands and
        dial) (fgcolor1) and the secondary foreground color (the
        seconds hand and numbers) (fgcolor2).  These three parameters
        are hexadecimal RGB numbers (like the ones used for the body
        bgcolor tag in HTML).  For example:
      <p>
        &lt;applet code="Clock.class" width=170 height=150&gt;<br>
        &lt;param name=bgcolor  value="000000"&gt;<br>
        &lt;param name=fgcolor1 value="ff0000"&gt;<br>
        &lt;param name=fgcolor2 value="ff00ff"&gt;<br>
        &lt;/applet&gt;<p>
        would give you a black background, a red dial and hands, and purple numbers.
      <p>
        For those who don't convert to hexadecimal easily, here are some common
        values:
      <ul>
        <li>black = 000000
        <li>blue = 0000ff
        <li>cyan = 00ffff
        <li>darkGray = 404040
        <li>gray = 808080
        <li>green = 00ff00
        <li>lightGray = c0c0c0
        <li>magenta = ff00ff
        <li>orange = ffc800
        <li>pink = ffafaf
        <li>red = ff0000
        <li>white = ffffff
        <li>yellow = ffff00
      </ul>
      <hr>
      <a href="Clock.java">The source</a>.
  </BODY>
</HTML>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists