Another solution is to use Firefox as your browser, which includes a built-in spell checker that requires no additional software or integration. -David J. Easter Sr. Product Manager, Solution Strategy and Development BMC Software, Inc. The opinions, statements, and/or suggested courses of action expressed in this E-mail do not necessarily reflect those of BMC Software, Inc. My voluntary participation in this forum is not intended to convey a role as a spokesperson, liaison or public relations representative for BMC Software, Inc. ________________________________
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of manuj chauhan Sent: Sunday, August 10, 2008 2:24 AM To: [email protected] Subject: Re: Spell Checker with mid-tier Version 7.0.01 ** hey friends i tried the spell checker but it does not satisfy my requirements: i cannot use word on the client server so i cannot go with OLE Automation.Has anybody tried to use any other spell checker which works with mid-tier also. regards Manuj Chauhan On Thu, Aug 7, 2008 at 10:57 AM, manuj chauhan <[EMAIL PROTECTED]> wrote: hi I am using a third party spell checker with remedy mid tier. i am using JavaScript to open that spell checker integrated with ASP.net my remedy window on click of the spell checker calls run process to open up the spell checker here is the JavaScript function function runSpellCheck() { var objtext=window.opener.document.getElementById("<%=fieldID1%>"); document.getElementById("textBox1").value=objtext.value; window.focus(); } function refreshClient() { window.opener.document.getElementById("<%=fieldID1%>").value = document.getElementById("textBox1").value; window.opener.document.getElementById("<%=fieldID1%>").focus(); window.close(); } i am facing a problem that it is not saving the changes made by the spell checker and the remedy window is not able to trace the focus sent by the JavaScript due to which it only displays the change and when focus of the field is lost again the wrong spelling returns back that was keyed down. regards Manuj Chauhan __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

