page forwarding from one of your sites to another with a nav bar button click

the following code inserted into a Widgetbot widget or a HTML widget on the blank page you will use for the jump page with the address you want it forwarded to inserted in the place after the (http:) until the (.com) with no space between the (:) and the (//) will make a transfer from one of your websites pages to another of your website by means of the built in navigation menu button on the first site.

For the return trip back to the original site simply put its URl in the place of the other and reverse the steps.

also remove the spaces between the (<) and the META

< META
HTTP-EQUIV="Refresh"
CONTENT="0; URL=http: //YourNewPageURL.com">

(="0) is the number of seconds before redirect. Be sure to include a link on the page with this code to the new page for folks who's browsers don't work with the above meta tag. You could use a script but, non javascript enabled browsers wouldn't be redirected.
 
happy I’m skippy
Inappropriate?
1 person has this question

User_default_medium