

Archived topic from Iceteks, old topic ID:1771, old post ID:14855
Are they exactly the same?jeez, I went there in school and didn't hear anything, now at home, that is quite annoying.
Code: Select all
<BODY bgcolor="000000" background="darthpointsmall.jpg">
<BGSOUND src="lackoffaith.wav" loop=-1 volume=100>
<TABLE align="center" valign="middle">
<TR>
<TD align="center" valign="middle">
<script language="javascript" type="text/javascript">
function hexfromdec(num) {
if (num > 65535) { return ("err!") }
first = Math.round(num/4096 - .5);
temp1 = num - first * 4096;
second = Math.round(temp1/256 -.5);
temp2 = temp1 - second * 256;
third = Math.round(temp2/16 - .5);
fourth = temp2 - third * 16;
return (""+getletter(third)+getletter(fourth));
}
function getletter(num) {
if (num < 10) {
return num;
}
else {
if (num == 10) {
return "A" }
if (num == 11) {
return "B" }
if (num == 12) {
return "C" }
if (num == 13) {
return "D" }
if (num == 14) {
return "E" }
if (num == 15) {
return "F" }
}
}
for(var i=1;i<=50;i++) {
if (i == 50) {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+i*2+'; width: 1000; color: #000000; font-size: '+i*2+'pt;">I FIND</div>
');
} else {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+i*2+'; width: 1000; color: #' + hexfromdec(i*4) + hexfromdec(i*4) + hexfromdec(i*4) + '; font-size: '+i*2+'pt;">I FIND</div>
');
}
}
for(var i=1;i<=50;i++) {
if (i == 50) {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+(i+110)*2+'; width: 1000; color: #000000; font-size: '+i*2+'pt;">YOUR LACK</div>
');
} else {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+(i+110)*2+'; width: 1000; color: #' + hexfromdec(i*4) + hexfromdec(i*4) + hexfromdec(i*4) + '; font-size: '+i*2+'pt;">YOUR LACK</div>
');
}
}
for(var i=1;i<=50;i++) {
if (i == 50) {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+(i+220)*2+'; width: 1000; color: #000000; font-size: '+i*2+'pt;">OF FAITH</div>
');
} else {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+(i+220)*2+'; width: 1000; color: #' + hexfromdec(i*4) + hexfromdec(i*4) + hexfromdec(i*4) + '; font-size: '+i*2+'pt;">OF FAITH</div>
');
}
}
for(var i=1;i<=50;i++) {
if (i == 50) {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+(i+330)*2+'; width: 1000; color: #000000; font-size: '+i*2+'pt;">DISTURBING.NET</div>
');
} else {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+(i+330)*2+'; width: 1000; color: #' + hexfromdec(i*4) + hexfromdec(i*4) + hexfromdec(i*4) + '; font-size: '+i*2+'pt;">DISTURBING.NET</div>
');
}
}
</script>
[code]
All java script, that's weird.
[color=#888888][size=85]Archived topic from Iceteks, old topic ID:1771, old post ID:14946[/size][/color]
Thank God it doesn't play in Mozilla!Red Squirrel wrote: I don't know why background music does not work in standard browsers though...