Eller du kan bruke et litt enklere script:
|
<script language="JavaScript"> <!-- thePath = ''; loc = '' +location.href; paths = loc.substring(7).split('/'); for (i=0, n=paths.length;i<n;i++) thePath += '> ' + paths[i] + ' '; document.write('<font color="#ff0000"><b>Du befinner deg her: ' + thePath.substring(1)+'</b></font>'); //--> </script> |