Table of Contents
|
All Slides
|
Link List
|
Examples
|
CSCI E-12
<< previous
|
next >>
JavaScript in XHTML/HTML
External Script
<script src="url_to_js_file.js" />
Script within XHTML document
<script type="text/javascript"> /* JavaScript code as content of script element */ </script>
"Inline" scripts as values of event attributes
<a href="#" onclick="javascript:void(window.resizeTo(800,600))"> Size Window to 800 x 600 </a>
Table of Contents
|
All Slides
|
Link List
|
Examples
|
CSCI E-12
<< previous
|
next >>