[Wikiwyg-dev] Fwd: IE security warning



Hi all,
 
Since wikiwyg runs into an iframe which do not have an src attribute, this raises a security warning when browsing with IE.
I found many wrkarounds in Internet that aims to bypass this security check. Each of them solves the problem only for  a given version of IE.
 
Examples:
 
* create a 'null.html' page that only contain "<html></html>"  and make the iframe src point there
* make src="" . This will look three or four levels deep inthe server file tree then stops. This break the wysiwyg mode layout and make the editor slow.
* make src="" void(0);"
 
All of those workarounds  did not help me.
 
I guess that you've raised this question before and I'll be pleased if someone could teel how to remove this security warning in IE.
 
 
Cheers,
 
-- Sabri.


This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.