OnClick

  •  11-01-2005, 5:44 AM

    OnClick

    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