Knowledgebase Home Page  >  RapidSpell Web ASP.NET  >  Troubleshooting
Search the Knowledge Base
When I use RapidSpellWInline I get 'Unknown runtime error' Javascript messages, what's wrong?
https://keyoti.com/kb/Default.aspx?ToDo=view&questId=146&catId=58

Options

Print this page
Email this to a friend
RapidSpellWInline makes use of DHTML (eg. the context menu).  Part of this means the use of the innerHTML property in Javascript.  In IE in particular, this property is very sensitive to the HTML on the page.  Therefore if you receive this error it's very likely that your HTML mark-up contains errors (in particular look for invalid <table> tags).
 
To find errors, you could run your page in a browser, do a 'view source' and then copy the source to the W3C validator at http://validator.w3.org/
 
This will warn you about everything wrong.  You may be overwhelmed with errors, but to avoid this JS error you may only need to correct table, div, span type issues.  Of course we advocate fully correct HTML!
 
 
If you have any questions please email support@keyoti.com
 

Related Questions:

Attachments:

No attachments were found.