abend,
folgendes script entfernt daas zweite element:
<html><head><title>Test</title>
<script type="text/javascript">
var Zahlen = new Array(1,2,3);
Zahlen.splice(1,1);
alert(Zahlen.join(","));
</script>
</head><body>
</body></html>
-- -- --
aber ein wenig selfHTML hätte es auch getan.
http://de.selfhtml.org/javascript/objekte/array.htm#splice
mfg,
(tanz das)
Z.N.S.
--

.:LIFE ON OTHER PLANETS IS DIFFICULT:.

.:LIFE ON OTHER PLANETS IS DIFFICULT:.