videoPage.html 186 Bytes Edit Raw Blame History 1 2 3 4 5 <script type="text/javascript"> var url = window.location.href; url= url.substring(0,url.indexOf("/pages/"))+"/other/video/video.html"; window.open(url, '_blank'); </script>