videoPage.html 184 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.location.href=url; </script>