|
-
Mar 21st, 2001, 01:16 PM
#1
Thread Starter
Member
I want to know if there is a function in Javascript that can replace charater by another one.....ex:
var htmlcontent;
htmlcontent ="hello world";
htmlcontent= replace(htmlcontent,o,i);
alert(htmlcontent);
and I want the alert to show "helli wirld". Is there a function that can do that???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|