Hi,
I am facing problem in java script, using spilt() methos.
Here i want to split the strings using '\' this separator. Here it is
separating the strings. Bu it is displayed in the zeroth index array. But i
want to display in each index.
But not Working. Any body having idea please maile me.
This is my code.
var where_is_mytool="home\mytool\mytool.cgi";
var mytool_array=where_is_mytool.split("\\");
alert(mytool_array[0]+" second "+mytool_array[1]+" third
"+mytool_array[2]);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]