Javascripts
All of the following scripts are ones you place within your pages.
Javascripts also include DHTML menus, one of which appears above. This
one was free when I got it , but it no longer is. See my DHTML
menu page to see more about these javascripts.
CodeLifter is also an excellent source of many java script codes
Protect your HTML from view
Be aware that many of these scripts only show in IE
|
Stop visitors copying your page User input question with java script
|
Making and Linking to External .js files
You can make a .js file from any normal javascript by stripping out the opening and closing tags. <script></script>
Copy and paste that code into notepad and save it as whatever.js Make sure when you save the file you choose "Save as type" is set to "All files".
Linking the .js file
On the page you want the script to appear place this simple code below. You can place it on as many pages as you want
| <script language="javascript" src="whatever.js"></script> |
script.aculo.us provides you with easy-to-use, cross-browser user interface JavaScript libraries to make your web sites and web applications fly NEW for web 2.0 sites
Prototype is a JavaScript framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere. NEW
© Jenny Campbell