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???
|
|
+ Reply to Thread
Results 1 to 3 of 3
Thread: js:replace dont work:(Hybrid View
Thread InformationUsers Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |
|
Bookmarks