How do I insert downloaded java-script in FP2002?

  • Thread starter Thread starter Viken Karaguesian
  • Start date Start date
V

Viken Karaguesian

Hi all,

I came across a website (www.javafiles.com) and downloaded some javascrpit
and applets to use in my FP2002 based website. The problem is, I don't
exactly know how to incorporate it into the website. All of the files have a
".class" extension.

I tried to insert it ising the "insert" command from the menu, but it didn't
work. Any help would be great! Thanks.

Viken
 
Hi Viken,

I would recommend that you not use Java Applets as the current versions of Windows do not support the Java Virtual Machine.
 
Hey Mike...

"Mike -- FrontPage MVP '09 - '02"
Does this mean you've been a MVP since 1909 ??

Robo


| Hi Viken,
|
| I would recommend that you not use Java Applets as the current versions of Windows do not support the Java Virtual Machine.
|
| --
| Mike -- FrontPage MVP '09 - '02
| http://www.websunlimited.com
|
|
| > Hi all,
| >
| > I came across a website (www.javafiles.com) and downloaded some javascrpit
| > and applets to use in my FP2002 based website. The problem is, I don't
| > exactly know how to incorporate it into the website. All of the files have a
| > ".class" extension.
| >
| > I tried to insert it ising the "insert" command from the menu, but it didn't
| > work. Any help would be great! Thanks.
| >
| > Viken
| >
| >
|
|
 
Typo since '97

Thanks,

--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com


Hey Mike...

"Mike -- FrontPage MVP '09 - '02"
Does this mean you've been a MVP since 1909 ??

Robo


| Hi Viken,
|
| I would recommend that you not use Java Applets as the current versions of Windows do not support the Java Virtual Machine.
|
| --
| Mike -- FrontPage MVP '09 - '02
| http://www.websunlimited.com
|
|
| > Hi all,
| >
| > I came across a website (www.javafiles.com) and downloaded some javascrpit
| > and applets to use in my FP2002 based website. The problem is, I don't
| > exactly know how to incorporate it into the website. All of the files have a
| > ".class" extension.
| >
| > I tried to insert it ising the "insert" command from the menu, but it didn't
| > work. Any help would be great! Thanks.
| >
| > Viken
| >
| >
|
|
 
There's a difference between javascript and java compiled files.

JavaScript should be fine to use but avoid the java compiled
files, which is called java. Java files are the ones you see
ending in .class. JavaScript on the other hand is not really a
file but can be. Usually JavaScript files end in .js to differentiate
them from Java files.

JavaScript is run within the browsers, and is typically typed
out within <script> tags in the html code of a webpage.

There is an excellent reference for javascript, java, html and
and pretty much anything that deals with world-wide-web
standards, available at http://www.w3schools.com/.

Hope that helps.

--
Jim Carlock
http://www.microcosmotalk.com/
Post replies to the newsgroup.


"Viken Karaguesian" conveyed:
Hi all,

I came across a website (www.javafiles.com) and downloaded some javascrpit
and applets to use in my FP2002 based website. The problem is, I don't
exactly know how to incorporate it into the website. All of the files have a
".class" extension.

I tried to insert it ising the "insert" command from the menu, but it didn't
work. Any help would be great! Thanks.

Viken
 

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