cosi nn ti piace?


codice:
<script>function ciccio () { 
str=document.location.href; 
str=str.substr(0,str.indexOf('.')); 
alert(str); 
} 
window.onload=ciccio
</script>