CPT 106
Franklin College
Fall 2003
Erich Prisner,

...

Javascript

Javascript is a scripting language.

You write javascript code between head and body of a HTML page between these tags:

<SCRIPT TYPE="text/javascript">
<SCRIPT>

 

Dialog boxes

alert("Text") and confirm("Text") create dialog boxes displaying the Text. The second one has to buttons ("OK" and "cancel") and becomes true if the user clicks "OK".


Erich Prisner, December 2003