This is pretty simple. I'm playing around with bookmarklets, which are a pretty cool idea, and I was hoping there'd be some way to grab the text in the address bar when I use a javascript ...
I need to change the properties of a set of anchors within a div with an id of 'folders' . So far I've got this If this is netscape theDiv = document.layers['folders']; else theDiv = ...