JavaScript Client-side
<script language=“JavaScript”>
Where does it go? In the header In the body Inside the tags Sound familiar?
Why use JavaScript instead of Asp.NET? Client-side Can be put into a purely html file save on download time cut down on the server load safer gives no access to server-side scripting; tested without having a server needs no special server configuration
Uses Basics Event handlers Cookies Status bar messages Opening a new window Managing frames Image rollovers Drop-down list that navigates to a new window Cookies
Most major reason to use JavaScript Asynchronous Merge with CSS & XML you get the AJAX framework
TO DO Oasisplus Read NEXT WEEK Basic JavaScript Activities Using JavaScript Along with ASP.NET 2.0 http://msdn.microsoft.com/en-us/library/aa479390.aspx NEXT WEEK XML (introduction)