<SCRIPT> Tag problem
Status: Inactive
Brought to you by:
third_of_five
Has been tested on: http://richtext.cs.ramesys.com/rt-
0.3/help/samples/test_embedded.asp
If you insert a <SCRIPT> tag before any other text, it
will be removed.
To keep the <SCRIPT> tag you must insert some char.
first.
exsample:
<SCRIPT>somescript();</SCRIPT> (Will be removed)
a<SCRIPT>somescript();</SCRIPT> (Will not be removed)
Thanks fore the great RTE program.....and keep up the
good work!
JN