FIT5900 : Javascript, Part 
  1
  In the previous lecture: 
In this lecture:
References
What is Javascript?
JavaScript is not Java! But it has other names like: Livescript, JScript and ECMAScript.
|  |  | 
There, now that's not so bad is it? You just asked your browser to execute some JavaScript.
| <script language="Javascript"> | 
| 
<FORM>
   <INPUT TYPE="button" NAME="myButton"
    VALUE="Panic Button" onClick="daisy()">
</FORM>
 | 
Did you de-activate HAL? Or are you doomed to be de-activated yourself?
In the next lecture, we'll look more closley at JavaScript Syntax.
FIT5900 courseware | FIT5900 lecture notes
©Copyright Alan Dorin & Jon McCormack 1999,2000