Jump to Main Content
Content > Programming > Javascript
Javascript

Javascript References:

Basic format:

<script>
<!--
function funcName(var1,var2,...) {
var3 = var1;
do stuff here;
}
-->
</script>

Tips and Tricks:



Other Pages
Previous Page CSS Notes
 
Comments are solely the opionion of the author and not to be construed as the opinion of anyone else.
Login
 

 

 

(c) 2006-2007 - Mark Boyden
Privacy - Legal Stuff - Contacts