Description
Creates collections that provide shortcuts through the DOM of a document.
Browser support
| Internet Explorer 4+ | Shortcuts are created in IE 6+ Windows and in IE 5 Mac, IE 4 is not DOM compliant (IE 5.x Windows does not implement an important method correctly) - shortcuts cannot automatically update |
|---|---|
| Opera 7+ | Script works as expected in Opera 8+, shortcuts are created in Opera 7 but cannot automatically update |
| Gecko engine browsers (Mozilla, Firefox, Netscape 6+, etc) | Script works as expected |
| KHTML/WebKit (Konqueror, Safari, OmniWeb 4.5+, iCab 4+) | Script works as expected, trying to automatically update will crash Safari 1.2- (bug fixed in Safari 1.3) |
| iCab 3- | Shortcuts are created but cannot automatically update |
| Rhino + W3C DOM (ICEbrowser) | Script works as expected |
| Rhino + layers/W3C DOM (Escape/Evo, iBrow) | Browser is not properly DOM compliant |
| NetFront 3+ | Shortcuts are created in NetFront 3.4+ but cannot automatically update |
| Opera 5 and 6 | Browser is not DOM compliant |
| Netscape 4 | Browser is not DOM compliant |
| OmniWeb 4.2- | Browser is not DOM compliant |
| Rhino + pDOM (Clue browser) | Browser is not DOM compliant |
| WebTV | Browser is not DOM compliant |
| Tkhtml Hv3+ | Browser is not DOM compliant |
| Netgem NetBox | Not tested but it should work |
| OpenTV | Not tested but it should work |
| iPanel MicroBrowser | Not tested but it should work |
Accessibility notes
No inherent accessibility problems; Ensure that without JavaScript, page content is still accessible. This script is designed for use only in situations where you can guarentee your audience will be using a browser that supports this script. It is not intended for use on normal web sites.
License
Please see my terms and conditions page for terms and conditions of use.
Download
Demonstration/instructions
View syntax highlighted source