Removing unwanted inject script

  •  10-31-2006, 9:53 AM

    Removing unwanted inject script

    Ok, I tried to reproduce this on the test forums but could not.  Put the following code in HTML mode on a post and save. On the forums here the onmouseover part is removed when showing the post, but is back when you edit the post.  When I test locally CuteEditor is not striping out this hack code. I tried EnableStripScriptTags property but this seemed to only strip javascript tags.
     
     
    <div id=fred onmouseover="alert('TESTING POPUP');"><img src="http://www.kaneva.com/images/head/logok.gif"><br><br>TEST</div>
     
     
    Are there any properties or features of CuteEditor I am missing on how these forums are configured to strip out this unwanted code?
     
    Jason
View Complete Thread