Tuesday, 5 May 2015

How to redirect form one site to distination site using java Script, Content editor webpart

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>

No comments:

Post a Comment