Me resultó muy interesante este artículo en donde nos muestran como re-direccionar a un usuario a otro sitio en forma automática luego de 10 segundos, usando una simple webpart de editor de contenido
El código es:
<SCRIPT type='"text/javascript"'>// <![CDATA[
alert("This site has been moved to another location, please update all existing bookmarks. You will be redirected momentarily.");
// ]]></SCRIPT>
<meta http-equiv="refresh" content="10;url=http://MYSERVERNAME.com/Pages/default.aspx">
Les recomiendo que lean el artículo completo Devin Walker en: http://www.endusersharepoint.com/2010/01/20/redirect-a-sharepoint-site-by-using-the-content-editor-web-part/.
Hasta la próxima!
0 comentarios:
Publicar un comentario