xataku_nakusute
08-01-2003, 01:12 AM
is it possible to use the indexOf() thingy to change any defined letter/punction into a different letter/punction??
e.g.
<htm>
<body>
Hello!
</body>
</html>
i would write a script and using the indexOf(), replace the ! with &_#_3_3_; (i used the underscores so you can actually see what i was writing and not parsed text)
e.g.
<htm>
<body>
Hello!
</body>
</html>
i would write a script and using the indexOf(), replace the ! with &_#_3_3_; (i used the underscores so you can actually see what i was writing and not parsed text)