Menu

#38 <SCRIPT> Tag problem

open
Fault (30)
5
2003-06-05
2003-06-05
Anonymous
No

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

Discussion


Log in to post a comment.