Kbase P43134: How to run JavaScript files from WebSpeed?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/25/2003 |
|
Status: Unverified
GOAL:
How to run JavaScript files from WebSpeed?
GOAL:
How to include .js files into the Webspeed ?
FACT(s) (Environment):
WebSpeed 3.1x
FIX:
You should place JavaScript (.js) files in a subdirectory of the Web server
root directory. Then you can reference the relative path in the SRC
attribute of the SCRIPT tag. For example, if the JavaScript file,
myscript.js is in a subdirectory of the Web server root directory called
javascript, the SCRIPT tag might look like the following:
<SCRIPT LANGUAGE="JavaScript" SRC="/javascript/myscript.js"></SCRIPT>