Oz Web Hub : the spot for the web design beginner

Common javascripts

Preload images

Place between Head tags

To add more images, add

Back to Javascripts index

 

Print page

 Place in the BODY TAGS

Random quote

Place the following between you HEAD tags

 

Change the quotes to suit

In the Body Tag, insert <BODY onLoad="randQuote()"> Do not repeat the BODY tag

Now in the spot where you want the quotes to show in your page:

<form>
<input type="button" value="Click here to see">
onclick="window.open('page2.htm',
'win1','width=200,height=200,menubar')"
</form>

Back to Javascripts index

Redirect URL

Place between HEAD TAGS

 

Change www.anothersite.com to the site you wish to redirect to.

 Then replace the body tag with this

<body onload="timer=setTimeout('move()',3000)"> where 3000 is the time in milliseconds before the redirect happens.

Back to Javascripts index

straight to the top

© Jenny Campbell