Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Block <img> tags
Re: Block <img> tags
01-12-2009, 2:22 PM
ValleyHope
Joined on 06-12-2008
Posts 19
Re: Block <img> tags
Reply
Quote
This one did it. Thank you.
return
code.replace(/<img[^\>]*\>/img,
""
);
View Complete Thread