1 / 5

PRESENTS

PRESENTS. WebInABox – Redirect visitors to new site. Table of Contents. Introduction to Redirecting visitors to new WebInABox site Redirect Script. Introduction to Redirecting visitors to new WebInABox site.

palmer
Télécharger la présentation

PRESENTS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PRESENTS WebInABox – Redirect visitors to new site

  2. Table of Contents • Introduction to Redirecting visitors to new WebInABox site • Redirect Script

  3. Introduction to Redirecting visitors to new WebInABox site If you have an old site hosted on Entity Web Hosting (also known as EWH http://ewh.ieee.org) or on a non IEEE server, then you should redirect visitors to the WebInABox. On the next slide is a sample HTML code that should replace contents of the landing page on your old site (typically it is index.html). It advises old site visitors that the site moved and attempts to automatically redirect them to the new page in 10 seconds. It also gives an option of manually clicking on a link to your new site in the WebInABox. Please replace http://webinabox.vtools.ieee.org/wibp_home/index/some_section (found on lines 10 and 19) with a URL shown on the “Activate” screen in the WebInABox. If you have any questions regarding accessing your account on EWH please contact EWH webmaster: ewh-webmaster@ieee.org http://wiki.vtools.ieee.org/pub/WebInABox/WebHome/RedirectInstructions.doc

  4. Redirect Script <html> <head> <title>We have moved!</title> <SCRIPTLANGUAGE="JavaScript"> <!-- begin hiding JavaScript from old browsers // define redirect function // to use this script, change http://webinabox.vtools.ieee.org/wibp_home/index/some_section to required destination function redirect(){ parent.location.href="http://webinabox.vtools.ieee.org/wibp_home/index/some_section" } // End hiding JavaScript --> </SCRIPT> </head> <bodybgcolor="#FFFFFF"> <h3>Please note that our home page has moved. Pleaseupdate your bookmark accordingly. </h3> <h3>You will be redirected to our new site in 10 seconds. </h3> <h3>If you are not redirected to our new site automatically, then please <ahref="http://webinabox.vtools.ieee.org/wibp_home/index/some_section">click here.</a></h3> <SCRIPTLANGUAGE="JavaScript"> <!-- Hide script from old browsers // set timeout to redirect after 10 seconds setTimeout("redirect()",10000) //--> </SCRIPT> </body> </html>

  5. Thank you! Thank you for viewing the tutorial. Please remember to visit vTools’ site (http://vtools.ieee.org) and Wiki (http://wiki.vtools.iee.org) to learn more about our projects. If you have any questions regarding vTools.Meetings, please e-mail us at: meetings-vtools@ieee.org. Thank you!

More Related