How can i force the NetSpell to not submit the form, once I hit cancel?
If I hit Cancel on the spellcheck popup, it still tries to execute my server side button code on my page.
I added "return false;" to the closewindow() function in the javascript file spell.js
but it still submits the page to the server
any ideas?
Thanks!