02-04-2006 01:21 AM - edited 02-04-2006 01:21 AM
Message Edited by Roberto Bozzolo on 02-04-2006 08:28 AM
02-05-2006 11:24 AM
This is cool, but does not sound good! 😞
You can do an "edit as HTML" to see the code it inserts. e.g. in the case of "quote post", it generates:
<IMG onmouseup="this.className='raise';" class=depressed onmousedown="this.className='depressed'" onmouseover="this.className='raise';" onclick=quotePost(); onmouseout="this.className='norm'" height=22 alt="Quote Post" src="http://forums.ni.com/i/global/post_quote.gif" width=22 border=0>
My personal feeling is that it could be a security risk to allow code execution from a composition form (I am no expert on this, though).