Java

J

Joe

Will FP03 run java scripts ok if the script inself is in a folder and using
the href in code?
 
R

Ronx

Don you mean Java or JavaScript?
Java requires a JVM (Java Virtual Machine) installed, and Windows XP and IE6
do not have the JVM unless the user downloads it from Sun (www.java.com).

JavaScript in an external .js file will run on a page provided the page
links to the .js file using a link similar to
<script type="text/javascript" src="path/scriptname.js"></script>

Whether the script runs in FP03 or not is irrelevant - it has to run in the
browser used to view the page.
 
J

Joe

meant java script-you answered my ???
Thanks

Ronx said:
Don you mean Java or JavaScript?
Java requires a JVM (Java Virtual Machine) installed, and Windows XP and IE6
do not have the JVM unless the user downloads it from Sun (www.java.com).

JavaScript in an external .js file will run on a page provided the page
links to the .js file using a link similar to
<script type="text/javascript" src="path/scriptname.js"></script>

Whether the script runs in FP03 or not is irrelevant - it has to run in the
browser used to view the page.
 
Top