How to create 'Redirect' subpage

Sometimes we need to create menu position which will point directly to some website:

To point 'Google' subpage to Google.com, we need can use 'Include Code' feature

  1. Go to 'Add-on Modules > Include Code' on Top menu
  2. Create a new 'Include Code', name it 'google' and in 'Source code' area type:


    <SCRIPT LANGUAGE="JavaScript">
    <!--
    window.location="http://www.google.com";
    // -->
    </script>
  3. When 'Include Code' is created, go to 'Google' subpage (left menu)
  4. Click somewhere on 'Google' subpage Edit Area, and from 'Insert Module' drop-down menu select 'google'
  5. Ready!