Oz Web Hub : the spot for the web design beginner

Home > Web resources

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

CGI scripts

Protect your HTML from view

Be aware that many of these scripts only show in IE

Bookmark it

Stop visitors copying your page

User input question with java script

Simple status bar text

Search box

Pop up window

Glow links

Redirect URL

Last modified

Link Alert Message

Time

Tell a friend script

Rotate content

Print page

Random quote

Preload images

Rotating banners

Rotating images

Username and Password

Copyright change

A welcome message

Fading Colour effect

Pop up generators

Pop up slide show

Disappearing Image Popper (from Boogie Jack)

Mask email

Convert RSS to javascript NEW

Footer

 

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

 

straight to the top

© Jenny Campbell