Java script redirect - can be used in content editor web part
<script type="text/javascript">
<!--
window.location = "http://www.google.com/"
//-->
</script>
or:
<!--
window.location = "http://www.google.com/"
//-->
</script>
or:
<meta http-equiv="refresh" content="0;url=http://www.google.com/">
Comments
Post a Comment