DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21234>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21234 Inconsistent spellchecking Summary: Inconsistent spellchecking Product: Apache httpd-1.3 Version: 1.3.23 Platform: PC URL: http://www.simplesolutionsinc.com OS/Version: Other Status: UNCONFIRMED Severity: Critical Priority: Other Component: Other AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I run a web site at www.simplesolutionsinc.com. I also run the test site for this program at 161.58.182.181. When I run the spellchecker at the test site, it runs just fine, but when I try to use the above domain name it fails. This is the java code to set things up: <script language="JavaScript" src="http://161.58.182.181/jspellhtml/jspellpopup.js"></script> <script language="JavaScript"> <!-- var ww; // holds reference to popup var spellCheckURL="http://161.58.182.181/jspellhtml/JSpell"; // change to point to the JSpell Spell Check Servlet var imagePath="http://161.58.182.181/jspellhtml/images"; // rel -------------- What can I do to make this work correctly with the domain name? I have tried to change the code to the following and it still did not work. <script language="JavaScript" src="http://www.i- simplyrecruit.com/jspellhtml/jspellpopup.js"></script> <script language="JavaScript"> <!-- var ww; // holds reference to popup var spellCheckURL="http://www.i-simplyrecruit.com/jspellhtml/JSpell"; // change to point to the JSpell Spell Check Servlet var imagePath="http://www.i-simplyrecruit.com/jspellhtml/images"; // rel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
