CSE3325 : Javascript, Part
1
In the previous lecture:
In this lecture:
References
What is Javascript?
JavaScript is not Java! But it has (had) 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 continuation of these lecture notes we'll look more closely at JavaScript Syntax.
CSE3325 courseware | CSE3325 lecture notes
©Copyright Alan Dorin & Jon McCormack 1999,2000