Click to See Complete Forum and Search --> : javascript for imac
ben_tipping
11-14-2003, 10:37 AM
How can I get hold of Javascript for an imac running OS 9?
As my question may well indicate, I'm a computing igoramus;so if you have an answer, please put it as simply as possible!
pixelmech
11-14-2003, 10:53 AM
Ben,
Javascript is a function of the web browser, not an operating system. The browser interprets the script. So if you have a browser (ok, a browser after say around 1995 that's not a text browser) on that machine, you have access to Javascript.
Netscape 6+ is nice in that it has a built in Javascript tool you can use.
So you don't "get ahold" of Javascript, you write some script inside a <script> block in your HTML and it gets interpreted in the browser.
HTH
Tom
ben_tipping
11-14-2003, 01:21 PM
Dear Tom,
Many thanks. As I said, I'm an ignoramus!
Best,
Ben
pixelmech
11-14-2003, 01:39 PM
Not at all Ben, we all started at square 1.
Tom