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:
http://development/B1888FG65789exampleexample376522003_7767389991122334453466737278685685847437
and would love it to be:
Any ideas?