• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

RS2 html code

Kdawg-johnson

Landlubber
hey guys i got this html code for runescape but dont no anything bout html soooo c if u no anything it would be much apreciated <img src="style_emoticons/<#EMO_DIR#>/bow.gif" style="vertical-align:middle" emoid=":bow" border="0" alt="bow.gif" />

<html>
<head>
<meta http-equiv='Expires' content='0'>
<meta http-equiv='Pragma' content='no-cache'>
<meta http-equiv='Cache-Control' content='no-cache'>
<title>RuneScape Game</title>
<style>
body, td, p
{
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}
body {margin:0px; overflow: auto;}
.b {border-style: outset; border-width:3pt; border-color:#373737}
.e {border:2px solid #382418}
.c {text-decoration:none}
A.c:hover {text-decoration:underline}
</style>

</head>
<script language='javascript'>try { if (top == self) {top.location.href='http://www.runescape.com/'; } } catch(er) { } </SCRIPT>







<body bgcolor=black text=white link=#90c040 alink=#90c040 vlink=#90c040 style="margin: 0;" marginwidth=0 marginheight=0 topmargin=0 leftmargin=0>
<center>
<table cellpadding=0 cellspacing=1>

<tr><td align=center><iframe src="http://advert.runescape.com/lang/en/aff/runescape/banner.ws?size=729" width=742 height=92 marginwidth=0 marginheight=0 frameborder=0 scrolling=no allowtransparency=true></iframe></td></tr>



<tr><td align=center>
<table border=0 background="http://www.runescape.com/lang/en/aff/runescape/img/gamewin/navbar.gif" cellspacing=0 cellpadding=0 width=765 height=25><tr>
<td width=5></td>
<td>
<img border=0 src="http://www.runescape.com/lang/en/aff/runescape/img/gamewin/navbar_jagex.gif" style="vertical-align: middle">
</td>
<td></td>
<td valign=center>
<a href="http://www.runescape.com/lang/en/aff/runescape/title.ws" ID="menulink">
<img border=0 src="http://www.runescape.com/lang/en/aff/runescape/img/gamewin/navbar_mainmenu.gif" style="vertical-align: middle">
<font color=white>Main Menu</font>
</a>
</td>
<td></td>
<td valign=center>
<a href="http://www.runescape.com/lang/en/aff/runescape/serverlist.ws?lores.x=1&plugin=0" ID="menulink2">
<img border=0 src="http://www.runescape.com/lang/en/aff/runescape/img/gamewin/navbar_mainmenu.gif" style="vertical-align: middle">
<font color=white>World Select</font>
</a>
</td>
<td></td>
<td valign=center>
<a href="http://www.runescape.com/lang/en/aff/runescape/worldmap/popupworldmap.ws" target="WorldMap" onclick="window.open('http://www.runescape.com/lang/en/aff/runescape/worldmap/popupworldmap.ws','WorldMap','width=635,height=550'); return false;">
<img border=0 src="http://www.runescape.com/lang/en/aff/runescape/img/gamewin/navbar_worldmap.gif" style="vertical-align: middle">
<font color=white>World Map</font>
</a>
</td>
<td></td>
<td valign=center>
<a href="http://www.runescape.com/lang/en/aff/runescape/howtoplay.ws" target="Manual">
<img border=0 src="http://www.runescape.com/lang/en/aff/runescape/img/gamewin/navbar_manual.gif" style="vertical-align: middle">
<font color=white>Manual</font>
</a>
</td>
<td></td>
<td valign=center>
<a href="http://www.runescape.com/lang/en/aff/runescape/guides/rules.ws" target="RulesSecurity">
<img border=0 src="http://www.runescape.com/lang/en/aff/runescape/img/gamewin/navbar_rules.gif" style="vertical-align: middle">
<font color=white>Rules & Security</font>
</a>
</td>

<td></td>
<td valign=center>
<a href="http://www.runescape.com/lang/en/aff/runescape/members/members.ws" target="UpgradetoMembers">
<img border=0 src="http://www.runescape.com/lang/en/aff/runescape/img/gamewin/navbar_members.gif" style="vertical-align: middle">
<font color=white>Upgrade to Members</font>
</a>
</td>

<td width=5></td>
</tr></table>
</td></tr>

<tr><td align=center>

<script src="plugin.js?lowmem=1&plugin=0"></script>
<noscript>
<applet name=app width=765 height=503 archive=loader1207582017.jar code=loader.class mayscript>
<param name=cabbase value=loader732660723.cab>
<param name=worldid value=52>
<param name=members value=0>
<param name=modewhat value=0>
<param name=modewhere value=0>
<param name=lowmem value=1>
<param name=lang value=0>
</applet>
</noscript>
</td></tr>
</table>
<script language="javascript">
function ConfirmMenu(e) {
if (e == null) e = event;
var response=window.confirm("Clicking this link will exit the game and take you to the main menu.\nPlease log out of the game before exiting.\nClick OK if you have safely logged out.");
if (response) document.location.href=menulink1;
if (e.cancelable) e.preventDefault();
return false;
}

function ConfirmMenu2(e) {
if (e == null) e = event;
var response=window.confirm("Clicking this link will exit the game and take you to the world select page.\nPlease log out of the game before exiting.\nClick OK if you have safely logged out.");
if (response) document.location.href=menulink2b;
if (e.cancelable) e.preventDefault();
return false;
}

function init() {
if (document.getElementById) {
var node = document.getElementById('menulink');
if (node != null) {
menulink1=node.getAttribute('href');
node.setAttribute('href','#');
node.onclick = ConfirmMenu;
}
node = document.getElementById('menulink2');
if (node != null) {
menulink2b=node.getAttribute('href');
node.setAttribute('href','#');
node.onclick = ConfirmMenu2;
}
}
window.scroll(0,0);
}

init();
</script>
</center></body></html>
 
Back
Top