Knowledgebase Home Page  >  RapidSpell Web ASP.NET  >  Troubleshooting
Search the Knowledge Base
When using modal pages on an SSL site, even with SSLFriendly set to true, SSL warning messages are shown, why?
https://keyoti.com/kb/Default.aspx?ToDo=view&questId=52&catId=58

Options

Print this page
Email this to a friend
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>

Related Questions:

Attachments:

No attachments were found.