2009-12-11 34 views

回答

0

ERM - formCheck似乎通過了AJAX技術來支持提交。這裏有腳本頭列舉了一些選項:

submitByAjax - you can set this to true if you want to submit your form with ajax. You should use provided events to handle the ajax request (see below). By default it is false. 
ajaxResponseDiv - id of element to inject ajax response into (can also use onAjaxSuccess). By default it is false. 
ajaxEvalScripts - use evalScripts in the Request response. Can be true or false, by default it is false. 
onAjaxRequest - Function to fire when the Request event starts. 
onAjaxSuccess - Function to fire when the Request receives . Args: response [the request response] - see Mootools docs for Request.onSuccess. 
onAjaxFailure - Function to fire if the Request fails.