A
Ada
Hi;
I was wondering, how would I go about setting up a search and replace
to replace all literals within TEXTAREAs to their HTML entities
instead? I'm surprised FP2003 doesn't do this by default (like in
FP98). For example, lets say I have the following:
<TEXTAREA>
<script>
alert("hi")
</script>
</TEXTAREA>
I'd like FP2003 to change this portion of the page to:
<TEXTAREA>
<script>
alert("hi")
</script>
</TEXTAREA>
This is needed in order for my pages to be XHTML compliant, obviously.
Thanks for any help.
I was wondering, how would I go about setting up a search and replace
to replace all literals within TEXTAREAs to their HTML entities
instead? I'm surprised FP2003 doesn't do this by default (like in
FP98). For example, lets say I have the following:
<TEXTAREA>
<script>
alert("hi")
</script>
</TEXTAREA>
I'd like FP2003 to change this portion of the page to:
<TEXTAREA>
<script>
alert("hi")
</script>
</TEXTAREA>
This is needed in order for my pages to be XHTML compliant, obviously.
Thanks for any help.