|
4. Copy Script Code
If you are not using the free Cool Focus "Satellite" add-on applet with ArtScene, you can ignore this step no script needs to be inserted in your web page.Copy-and-paste the script below into your web page. The code can be placed anywhere in the page, in the head or body, before or after the applet.
<SCRIPT LANGUAGE="JavaScript"><!-- function ArtScene_DoFSCommand(command, args){ if (command == "satellite" && window.document.Satellite) window.document.Satellite.SetVariable("item", args); }// --></SCRIPT> <SCRIPT LANGUAGE="VBScript"><!-- on error resume next Sub ArtScene_FSCommand(ByVal command, ByVal args) call ArtScene_DoFSCommand(command, args) end sub --></SCRIPT> It's important that the name of the applet (highlighted in the code above) matches the name used in the HTML code. If you changed the name 'ArtScene' in the HTML code in the previous step, change the instances in the script code so they match the new name you chose.
For information about the script above, see Script Code.
|