Untitled
By: a guest | Mar 19th, 2010 | Syntax:
HTML | Size: 0.90 KB | Hits: 67 | Expires: Never
<html>
<head>
<title>LiveForSpeed.ru IRC Chat</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
body, html {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<script language="JavaScript" type="text/javascript">
<!--
var nick = prompt("Введите ник (только латинские символы) / enter nickname:", "");
if (nick == null)
nick = 'user'+Math.floor(Math.random()*101);
var code = '\
<applet code="irc.main.IRC.class" width="100%" height="100%" archive="lfs_irc.jar"> \
<param name="nick" value="' + nick + '" /> \
<param name="network" value="irc.gamesurge.net" /> \
<param name="channel" value="#a-spec" /> \
<param name="append" value="lfsru" /> \
Your browser doesn&t seem to be Java enabled. \
</applet>';
document.write(code);
//--></script>
</body>
</html>