Good afternoon,
I need to display part of a url so that testers know which development site they are looking at.
At the moment I am using: <script language="javascript">document.writeln(document.location);</script> but this displays the whole url such as example:
and would love it to be:
Any ideas?