
If you have an in-game web site, but want to link to out-of game sites, you can use "SafeLink" to ensure your in-game users don't crash to desktop. Similar to the way EVE-Webring checks to see the browser type before sending the user to the next site, you call the SafeLink URL with parameters.
The format is
http://eve-webring.com/safelink.asp?url="http://out-of-gameURL"&eve="http://in-gameURL"
If you leave out the eve= parameter, the the user is automatically returned
to their last page viewed.
The example below will send someone viewing the web site with a normal browser
to www.eve-online.com and return someone in-game to the last page viewed:
<A HREF="http://eve-webring.com/safelink.asp?url=www.eve-online.com">EVE-Online
official site</A>
The example below will send someone using the IGB to "ingame-menu.html" and someone using the OGB to "outofgame-menu.html"
<A HREF="http://eve-webring.com/safelink.asp?url=http://www.mysite.com/ingame-menu.html&eve=http://www.mysite/outofgame-menu.html">Click
to enter</A>