Javascript

Linking Tricks

This code shows you how to create special links to other pages using select objects and onMouseOver on links :)

1) Using onMouseOver on links to take you to an URL

Place your mouse over this link and see what happens : The Graphics Ring :)

Insert this code where you want the link to appear:
(With the address of the url you have chosen :)



2) Using Select Objects To Link To URL's

Choose a destination from the drop-down box:

Insert this code in your <head></head> tags:
(With the urls of your choice :)

Insert this code where you want the select box to appear:
(With the names of the url's you chose :)


Back