Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- Javascript string manipulation


unicorn11 - 11:25 am on Feb 19, 2001 (gmt 0)


Try this

<SCRIPT LANGUAGE=javascript>
<!--
var tr = window.location.pathname
len = tr.length
rs = 0
for (i = len; i > 0; i--) {
vb = tr.substring(i,i+1)
if (vb == "/" && rs == 0) {
document.write('<hr>' + tr.substring(i+1,len))
rs = 1
}
}
//-->
</SCRIPT>


Thread source:: http://www.webmasterworld.com/javascript/178.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com