JavaScript is a powerful scripting language that can be directly embedded into HTML web pages. It is used extensively within web pages to add interactivity, control the browser and generate dynamic HTML as well as create effects such as rollow-over buttons. The JavaScript language is syntactically similar to C, or JAVA with similar structures. This course takes users from the basics of extending HTML pages with JavaScript and controlling embedded objects in a web pages to dynamically creating HTML with Server-side JavaScript using Netscape’s web server applications.
The goal of this course is to provide a solid foundation in JavaScript programming. Attendees will understand the syntax and structure of the JavaScript language. Embed JavaScript programs within a HTML page, be able to create dynamic content on a web page, understand and exploit the Document Object Model. Write cross compatible browser code. Pass data between frames and pages. Work with cookies to hold client state. Communicate with a web server across the internet. Use server-side javascript in Netscape’s Enterprise Server and in Active Server Pages to retrieve data from databases and build dynamic web pages.