Revision: 29360
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 28, 2010 02:10 by Angelboy
Initial Code
<html>
<head>
</head>
<body>
<script language="javascript">
var a;
var b;
var c;
var d;
a=65;
b=65;
c=65;
d=65;
document.write(<h1>Hecho por Angelboy!!</h1>);
while (b<=90)
{
if(b==91)
{
b=65;
a=a+1
}
else
{
if (c>=91)
{
c=65;
b=b+1;
}
else
{
if (d==91)
{
d=65;
c=c+1;
}
else
{
var imgsrc = 'http://images.habbo.com/c_images/album1584/'+String.fromCharCode(b)+String.fromCharCode(c)+String.fromCharCode(d)+'.gif';
var img = new Image();
img.onerror = function (evt){
}
img.onload = function (evt){
document.write('<img src="'+this.src+'">');
}
img.src = imgsrc;
d=d+1;
}
}
}
}
</script>
</body>
</html>
Initial URL
Initial Description
Initial Title
Escaner de placas AAA-ZZZ
Initial Tags
Initial Language
JavaScript