// Two NewsClip APPLET tag examples. The first shows use of // a configuration script file, the second shows config script // data directly inserted in the APPLETDATA parameter... // All parameters are included. Some are set to their default // values and could be omitted to reduce code overhead. // Note that config script links and DEFTARGET param value // are Java hermit site demo specific and will need to be // modified to suit your test environment. // starback.gif is the background image file used on the Java // hermit NewsClip site demo. It is included in the download // for your convenience. You can use a different graphic file // or none... // configuration script file example ==================================== // In the following example DELIMITERS have been changed from // their default "<>" pair to "{}". This is not always necessary // but a good idea if you are using MS FrontPage or other HTML // editor that likes to auto modify unrecognised HTML tags... // Note that a single space indentation of second and subsequent // lines in multiline body texts is required to obtain correct // formatting. Required because param values newline characters // are not reported to the applet by the browser. // embedded configuration script data example =============================================