Hi,
I am trying to debug on why the ASB failed on IE but not on Firefox and here is the sample code: <script type = "text/javascript"> var saveOnSubmit = function() { $('bodyText').form.stopObserving('ajax:submit', arguments.callee); }; var updateTinyMCEContent = function() { tinyMCE.triggerSave(true, true); return true; }; </script> <wo:WOForm multipleSubmit = "$true"> <wo:WOText value = "$myText" cols = "$92" rows = "$30" id = "bodyText" name = "bodyText"/> <wo:AjaxSubmitButton id="Preview" onSuccess="function(r){ iBox.show(r.responseText , \"Letter Preview\", iBox.parseQuery('ibox&height=600&width=630&closeLabel=Close+me')); }" onClickBefore="updateTinyMCEContent()" action="$previewJPGAction" value="Preview" /> </wo:WOForm> I am getting "Object doesn't support this property or method" on wonder.js 406 on $(form).fire('ajax:submit'); on IE. Could someone shed some light on this issue? Thanks. Regards, Kai S. Wong
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com