Click to See Complete Forum and Search --> : Splicing and array


cain5
11-14-2003, 12:00 PM
Does anyone know an alternative way to splice and array other than using :

arrData.splice(strID,1);

as this method is for servers that run newer Javascript.

This method does not work on a Windows NT server which has an older verison of Javascript.

Thanks!