mein problem liegt in diesem javascript:
<html>
<head>
<script language="JavaScript">
function letgo(){
start = document.suppi.start.value;
last = document.suppi.last.value;
if(start == '' last == ''){
alert("Please fill in correct data.");
}
else{
alert("thank you for using this script\nthe next step may take some time especially on slower computers.\n~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=\n\nstart offset:"+start+"\nend offset:"+last+"");
for(var i = start; i <= last; i++){
document.write("<div align='center'>zähler nr."+i+"</div>");
}
}
}
</script>
<title>4 FSB only</title>
</head>
<body bgcolor="#000000" text="#ffffff">
<form name="suppi">
<div align="center">
<table cellspacing="1" cellpadding="3">
<tr bgcolor="#0000ff">
<td>start-offset[1]:</td>
<td><input type="text" size="3" name="start" value="20"></td>
</tr>
<tr bgcolor="#0000ff">
<td>last-offset[2]:</td>
<td><input type="text" size="3" name="last" value="135"></td>
</tr>
<tr>
<td><input type="submit" value="Let's Go" onclick="letgo()"></td>
</tr>
</table>
</div>
</form>
<hr>
</body>
</html>
also, das problem:
es klappt nicht richtig ! wenn als zweiter offset-wert eine zahl zwischen, jetzt kommt's, 100 und 199 eingegeben wird, passiert nichts = null.
ich ärgere mich schon halb tot über den scheiss, für den bestimmt ms verantwortlich zu machen ist.(ach ja, hab das script schon im ie6[os: XP/2000], ie3[95], opera8[XP/2000] und firefox 1.0x[XP/2000] getestet und immer dasselbe)
boah, ich hab mal wieder keinen plan, was da kaputt ist, könntet ihr mir freundlicherweise helfen, sofern ihr eine passende lösung habt ?
danke.
mfg pHaRyNx