Java

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Will FP03 run java scripts ok if the script inself is in a folder and using
the href in code?
 
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top