Hallo zusammen
Erstens : gibt es ein free Ware Compiler mit dem man ein
javascript compilieren kann ?
Zweitens : Diese Programm laut nicht , und ich weiß nicht
warum wer kann mir helfen ? unter ist der Quelltext
<script language="JavaScript">
<!--
GlobaleValue = new Array(1,1,1,1,1,1) ; //Globale Value
function Detection(XValue)
{
var index = 0 ;
if(!XValue)
{
var A = new Array("Hier ist kein Gerät ") ;
return A ;
}
else
{
GlobaleValue[index] = XValue ;
index = (index+1) % 6 ;
return XValue ;
}
}
function Temperatur( )
{
DigitalValue = GlobaleValue[0];
return DigitalValue ;
}
function BalkenLaenge()
{
DigitalValue = GlobaleValue[0]* 2 ;
return DigitalValue ;
}
function update() // automatische Abfrage
{
window.setTimeout("document.formularname.submit()", 60000);
}
//-->
</script>
zum script kann ich nix sagen hab kein bock es zu lesen und da ich selbst nicht so fit bin isses egal ob ichs lese. und nen compiler für java script brauchste net!