G'day, Been trying to make this cool spellchecker work in my board but it simply refuses for some reason. Even if I include the other onload event with this one, it still refuses!
Is there another way to impliment the code besides body onload?
<script type="text/javascript" src="http://www.jacuba.com/service/checker/-/-/" defer="defer"></script>
<body onload="if (window.Jacuba) Jacuba.applyTo('element: TEXTAREA')">
</body>
it appears simple enough on the surface but its got me beat!
maybe I could rework the js?