How do I get Javascript to tell me the website url.
For example if I have a page www.example.com/page.html
I want Javascript to tell me the site url is www.example.com
and not www.example.com/page.html
(which document.location tells me)
Is there a way to do this? If so, how?
Thanks in advance for your help :)