function doit() { document.write(window.location); } doit(); // if you see this in the HTML page then either your browser is before NS 3 // or the server does not export xxx.js as application/x-javascript // L.Allison, Department of Computer Science, Monash University, Australia 3168