Hello again guys,
Sometimes when a user types down something you may need to replace certain characters/words with others, eg -
<html>
<body>
<input type="text" id="tbox">
</body>
</html>
Say tbox's value was c:\document and settings\john\desktop\, what script/method would you use to replace every instance of \ with?
Thanks...



,
Reply With Quote


Bookmarks