How to redirect form one site to distination site using java Script, Content editor webpart
Write below code on Content Editor Webpart
<script language="javascript">
location.replace("http://servname:9999/sites/abc/123");
</script>
<script language="javascript">
location.replace("http://servname:9999/sites/abc/123");
</script>
No comments:
Post a Comment