Hallo
<html><head><body>
<a href="javascript:t='';c=new Array('00','33','66','99','CC','FF');for(i=0;i<6;i++){t+='<table width=100%>';for(j=0;j<6;j++){t+='<tr>';for(k=0;k<6;k++){L=c[i]+c[j]+c[k];t+='<td bgcolor='+L+'>'+L}t+='</tr>'}t+='</table>'};with(document){write(t);void(close())}">
<nobr><font color="#0000ff"><b>216 Standard Farben</b></font></nobr></a>
</body></html>
Ich hätte da schnell eine JS-Frage:
Wozu braucht es am Schluss diesen void-Befehl? close() allein würde doch auch genügen, oder sehe ich das falsch?
Gruss, Beat