Click the link to open Searchlight in a remote window (called using the small JavaScript addition to the anchor tag listed below). This window has been sized for Microsoft® Internet Explorer 4.x, but can be resized by dragging.
Experiment with this applet by typing words you might expect to find in the Searchlight documentation, such as 'applet', 'directory' or 'url'. When you click a search result, a new browser window will open to display that document. You can leave that window open, and clicking subsequent results will open documents into the same window.
Anchor tag to open the remote window:
<A HREF="example2.htm" TARGET="_self" onClick="window.open('satellite.htm', 'satellite', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=200,height=250')">Searchlight Satellite</A>
Applet tag in satellite.htm:
<APPLET CODE="rySearchlight.class" ARCHIVE="Searchlight.jar" WIDTH=200 HEIGHT=250>
<param name=CabBase value="Searchlight.cab">
<param name=Copyright value="Searchlight (c) 1997 Cool Focus [www.coolfocus.com]">
<param name=ShowShortURLS value="yes">
<param name=Target value="newwindow">
<param name=URL1 value="intro.htm">
<param name=Name1 value="Searchlight Overview">
<param name=URL2 value="javabasics.htm">
<param name=Name2 value="Java Applet Basics">
<param name=URL3 value="getstarted.htm">
<param name=Name3 value="Getting Started">
<param name=URL4 value="navigator.htm">
<param name=Name4 value="Java & Navigator 4.x">
<param name=URL5 value="notes.htm">
<param name=Name5 value="Useful Notes">
</APPLET>