|
Adding Sound/Music to web sites
|
Other links at JavaScript > Tutorials > Miscellaneous |
| 1. |
OOP in JavaScript: Introduction
|
|
|
An introduction to Object Oriented Programming in Javascript. This example creates a small user control that can be used repeatedly and independantly on the same web page.
|
| 2. |
Dreamweaver Behaviors
|
|
|
Use the Dreamweaver behaviors panel to create jump menus, swap images, pop-up windows, play sound, validate forms and more. Add interactivity to your site with Dreamweaver behaviors.
|
| 3. |
JavaScript and Object Oriented Programming
|
|
|
JavaScript may not be known for its object oriented properties, but it does support most of the features required to be considered an Object Oriented language. See how to write OOP code in JavaScript.
|
| 5. |
To hide the errors
|
|
|
This code snippet lets you hide the error message which appears when there occurs a Javascript error in your pages. The script will still not function but the visitor will not see the error message. Written in French.
|
|
|