Last active
August 17, 2022 07:07
-
-
Save cfrank/30574bc98e7943218b2e4a6195729bba to your computer and use it in GitHub Desktop.
HTML of the <applet> code block for the 592 revision of Runescape
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
This is the <applet> block for the 592 revision of RuneScape as it appeared on: | |
16:13:13 Feb 25, 2010 | |
Some of these values are dynamic and determined by the URL being requested, the browser, and the JavaScript which | |
gets executed after the HTML is loaded. Because of this you can't use these as a source of truth for the final | |
parameters without taking that into account. | |
--> | |
<applet name="RuneScape" id="game" width="100%" height="100%" archive="http://world1.runescape.com/l%3D0/a%3D0/p%3DYmi9Liy-EKCQiGNINrnBCT3-kIKZvS3w7HMq48pDu3U/runescape94950830.jar" code="client.class" mayscript> | |
<param name="java_arguments" value="-Xmx102m -Dsun.java2d.noddraw=true"> | |
<param name="colourid" value="0"> | |
<param name="worldid" value="1"> | |
<param name="modewhere" value="0"> | |
<param name="modewhat" value="0"> | |
<param name="lang" value="0"> | |
<param name="objecttag" value="0"> | |
<param name="js" value="0"> | |
<param name="game" value="0"> | |
<param name="affid" value="0"> | |
<param name="advert" value="1"> | |
<param name="settings" value="Ymi9Liy-EKCQiGNINrnBCT3-kIKZvS3w7HMq48pDu3U"> | |
<param name="country" value="0"> | |
<!--[if lt IE 7]> | |
<param name=haveie6 value=1> | |
<![endif]--> | |
<![if gte IE 7]> | |
<param name="haveie6" value="0"> | |
<![endif]> | |
<param name="havefirefox" value="0"> | |
<param name="cookieprefix" value=""> | |
<param name="cookiehost" value=".runescape.com"> | |
<param name="cachesubdirid" value="0"> | |
<param name="sitesettings_member" value="1"> | |
<div class="nojava"> | |
<div>It seems like Java is not installed on your computer</div>Java is a free download that is required to play RuneScape. <a href="http://www.java.com/en/download/index.jsp" target="_blank">Click here to install Java</a>.<br><br>If you believe you already have Java installed then you might get this message if it is disabled. <a href="http://java.com/en/download/help/enable_browser.xml" target="_blank">Click here for instructions on enabling Java</a>. | |
</div> | |
</applet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment