The Dynamic Duo - List Object Demo 5 [Using onSelect to Redirect the Browser]
function init() { mylist.activate() }
mylist = new List(50,50,150) mylist.add('list.html','Back to List Object') mylist.add('../index.html','DynDuo Home') mylist.add('mailto:dynduo@dansteinman.com','Email Me') mylist.build()
mylist.onSelect = ListRedirect
writeCSS ( mylist.css )
This will redirect the browser to the specified page: