Ähm... hallo?!lieblich hat geschrieben: wieso machst du das nicht?
wer macht es dann?
Code: Alles auswählen
<script language="javascript">var chtcmdcolor = "/farbe"; var arrColors = ["#ff0000","#ff6600","#ffff00","#0000ff", "#00ffff", "#00ff00","#000000", "#008800", "#000088", "#880000"]; strColors=""; for(i=0;i<arrColors.length;i++){strColors+="<img src='http://wktools.net/images/blind.gif' onclick='parent.mainframe.sendeText(\""+chtcmdcolor+" "+arrColors[i]+"\")' hspace=1 style='background-color:"+arrColors[i]+";width: 10px;height: 10px;'/>"; } center0=parent.info.document.getElementsByTagName("center")[0]; if(!center0.innerHTML.match(/parent.mainframe.sendeText/)){center0.innerHTML = strColors+"<b"+"r>"+center0.innerHTML;}</script>
Code: Alles auswählen
var chtcmdcolor = "/farbe";
var arrColors = ["#ff0000","#ff6600","#ffff00","#0000ff", "#00ffff", "#00ff00","#000000", "#008800", "#000088", "#880000"];
strColors="";
for(i=0;i<arrColors.length;i++){
strColors+="<img src='http://wktools.net/images/blind.gif' onclick='parent.mainframe.sendeText(\""+chtcmdcolor+" "+arrColors[i]+"\")' hspace=1 style='background-color:"+arrColors[i]+";width: 10px;height: 10px;'/>";
}
center0=parent.info.document.getElementsByTagName("center")[0];
if(!center0.innerHTML.match(/parent.mainframe.sendeText/)){
center0.innerHTML = strColors+"<b"+"r>"+center0.innerHTML;
}
Mitglieder in diesem Forum: 0 Mitglieder und 2 Gäste