pelegk1
08-13-2003, 06:19 AM
why this isnt working :
x="abcdeee";
x.replace("e","z");
alert("1:"+x);
even whne i do this :
x="abcdeee";
x.replace("z","r");
alert("2:"+x);
doesnt work!!!why???
x="abcdeee";
x.replace("e","z");
alert("1:"+x);
even whne i do this :
x="abcdeee";
x.replace("z","r");
alert("2:"+x);
doesnt work!!!why???