Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13
<html>
<head>

<title> SiPixelEDAClient</title>

<script type="text/javascript" language="JavaScript">
var url = window.location.href;
var arr = url.split('/urn');
var newurl = arr[0]+ '/temporary/Online.html';
window.location=newurl;
</script>
</head>
</html>