If domain is same then you can change the title of new window
<script type="text/javascript">
var w = window.open('http://localhost:4885/UMS2/Default.aspx');
w.document.title="testing";
</script>
If domain is same then you can change the title of new window
<script type="text/javascript">
var w = window.open('http://localhost:4885/UMS2/Default.aspx');
w.document.title="testing";
</script>