Cleans Up URL

Script by: Kooros and DeWolfe

     Here's a link to a fake CNN page. Put your mouse on it and watch the status bar at the bottom.

CNN

     That's what this little gem does. It splits up hostname and document and displays them in a nice fashion. It's good for people just learning the Web.

     The trick is that the script works in tandem with an onMouseOver command. You'll get the script and place it between the HEAD commands. Then, when you want to place a link, you need to follow this format:

<A HREF="http://www.cnn.com/fred.html?res"=N
onMouseOver="window.status=clean(this); return true;">CNN</A>

Grab the Script

     Please note: This script is being offered in simple text format. When you click to Grab the Script, the text should display. Internet Explorer and AOL users may get a blank page or the script may run and produce the effect. If this happens, choose SAVE AS from the FILE menu and save the blank or compiled page.

Back to the Text-Based Scripts