Gospelcom Winter Conference
"Broadening your Horizons"
February 2002

Nathan Ho
Javascripting 101+ >HOME<

First of all, when embedding a script into a webpage, everything starts and ends around this tag set:

 
<script language="javascript">
     <!-- javascript stuff goes here //-->
</script>
 


So what's the "cream filling" that you put in there? There are three different kinds of things you put in here: Objects, methods, and events.

Lions, tigers, and some form of quadrapedal multifunction what?!?



<<BackObjects, methods and events>>