scriptloc = head | body
The scriptloc command is used to tell Palview3 where you want the JavaScript to be located within the Html file. Normally the script is located within the <HEAD> ... </HEAD> of the Html page. However, you can also place the script within the <BODY> ... </BODY> of the Html page. Unless you are a webmaster and have some specific reason for wanting the script placed in the BODY section, we recommend that you leave this setting alone. Also note that this command has no affect if you have set the jsfile = on. |