search for: responsehold

Displaying 1 result from an estimated 1 matches for "responsehold".

Did you mean: responseholder
2006 Sep 19
1
Problem using POST with IE 6
...&time='' + new Date().getTime(); var myAjax = new Ajax.Request( url, {method: ''post'', parameters: pars, onLoading: '''', onComplete: showResponse} ); } function showResponse (originalRequest) { var newData = originalRequest.responseText; $(''responseholder'').innerHTML = newData; } The form is as follows: <form> <input type="hidden" name="id" value="1"> <input type="hidden" name="action" value="create"> <label for="pmpcomment">Comment *<...