下面是HTML嵌入式源代码:
<html>
<head><titlt></title></head>
<body bgcolor=red>
<script LANGUAGE=JavaScript>
var i="gfdsahjklmtrewqyuiopnbvcx";
with(document)
{
write("000");
for(var a=0;a<25;a++) write("-"+i.substring(a,a+1)+"-");
write("<br>");
for(var a=0;a<25;a++) write("<font color=green>"+i.substring(a,a+1)+"</font><hr>");
for(var a=0;a<25;a++) for(var b=0;b<25;b++) write("<font color=green>"+i.substring(a,a+1)+i.substring(b,b+1)+"</font><hr>");
for(var a=0;a<25;a++) for(var b=0;b<25;b++) for(var c=0;c<25;c++) write("<font color=green>"+i.substring(a,a+1)+i.substring(b,b+1)+i.substring(c,c+1)+"</font><hr>");
}
</script>
</body>
</html>
<html>
<head><titlt></title></head>
<body bgcolor=red>
<script LANGUAGE=JavaScript>
var i="gfdsahjklmtrewqyuiopnbvcx";
with(document)
{
write("000");
for(var a=0;a<25;a++) write("-"+i.substring(a,a+1)+"-");
write("<br>");
for(var a=0;a<25;a++) write("<font color=green>"+i.substring(a,a+1)+"</font><hr>");
for(var a=0;a<25;a++) for(var b=0;b<25;b++) write("<font color=green>"+i.substring(a,a+1)+i.substring(b,b+1)+"</font><hr>");
for(var a=0;a<25;a++) for(var b=0;b<25;b++) for(var c=0;c<25;c++) write("<font color=green>"+i.substring(a,a+1)+i.substring(b,b+1)+i.substring(c,c+1)+"</font><hr>");
}
</script>
</body>
</html>