![]() |
Building on a Legacy of Excellence | |
|
• Home |
| Apply & Register | | | Schedules & Catalog | | | Instruction | | | For Students | | | Faculty & Staff | | | Administration | | | About SRJC |
Support type: Web: Web Design
Last updated: Jun 27, 2011
Topic ID: 15
Information Technology has created a interstitial page (jump page) that you should use anytime you have a link that is going to an off campus website. This page displays some disclaimer text, and allows the visitor to click through to the destination web page.
The jump page is quite easy to use. Just simply add:
http://www.santarosa.edu/leaving-srjc/?
to the front of the web address you are linking to. For example if you wanted to create a link to go to the google search engine you would create the link like this:
<a href="http://www.santarosa.edu/leaving-srjc/?http://www.google.com">Go to Google</a>
When a user clicks that link, they will see our jump page, and then have an option to go back to your page or to continue on to the google web page. To see what the above example will do, click on the link below:
Go to Google
When linking to sites that have a # in the URL, you will need to make one other change. You need to replace the # with %35, for example if your url is:
http://www.somesite.com/hello#world
you would change the url to:
http://www.santarosa.edu/leaving-srjc/?http://www.somesite.com/hello%35world
If you have any questions or comments feel free to e-mail them to webmaster@santarosa.edu