The static page RapidSpellModalHelper.html contains an iframe without a src attribute, this is causing the browser to show the mixed content warnings. When using RapidSpell Web in modal mode, edit RapidSpellModalHelper.html and change the line <IFRAME id=container width=100% HEIGHT=100% FRAMEBORDER=0 ALIGN=CENTER HSPACE=0 MARGINWIDTH=14 MARGINHEIGHT=4 VSPACE=0></IFRAME> to <IFRAME src=blank.html id=container width=100% HEIGHT=100% FRAMEBORDER=0 ALIGN=CENTER HSPACE=0 MARGINWIDTH=14 MARGINHEIGHT=4 VSPACE=0></IFRAME> |