Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
OnClick
OnClick
11-01-2005, 5:44 AM
JakobChristensen
Joined on 03-02-2005
Posts 10
OnClick
Reply
Quote
Why does CuteEditor remove the onclick event on <a> tags?
Example:
Editor.Value = "<a onclick=\"BLOCKED SCRIPTalert('123')\">123</a>"
If I view Editor.Value, it is now:
"<a>123</a>"
So the onclick attribute is thrown away.
View Complete Thread