On Jun 5, 2006, at 2:55 PM, Youri wrote:


EditField_source.Text = Replace (EditField_source.text, "<script language="javascript" type="text/javascript" src='"'http:// toutici.net/foo.ad?id=336573&tg=1&s=all"></script>","")

But, the " can't be escaped apparently with \ like in other languages. What can I use to escape these characters?


Try "" instead of ":

EditField_source.Text = Replace (EditField_source.text, "<script language=""javascript""...", "")



Giuseppe Farese

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to