Easy web page publishing
Adding the CLEARweb Applet to an existing web page coudn't be easier. Just copy the Applet program files and CLEARweb outline files to a directory on any web server. Then add a few lines of HTML to a web page to name the Applet and the outline file. Here is the HTML required to display the PC Top 100 outline:
<APPLET CODE=CWebView.class WIDTH=260 HEIGHT=300>
<PARAM NAME='source' VALUE='pctop100.cwo'>
</APPLET>
No changes are made to the server software, and no additional MIME types need to be installed by users of the pages. The Applet will automatically be run by any Java equipped browser.