Ajax POST error 405
    Ferenc-Lorant Kiss 
    lists at ruby-forum.com
       
    Tue Nov 20 11:52:46 MSK 2007
    
    
  
Denis F. Latypoff wrote:
> why aren't you using GET requests instead of POST?
Hello Denis F. Latypoff wrote:
:) I don't use POST but prototype.js (new.Ajax)which i use for AJAX 
uses.
my js
function _home() {
  document.getElementById('content').innerHTML = '<div 
style="font-family : \'sans-serif\'; font-size : 0.7em; padding-top : 
25px;">O clipă ... <img src="images/indicator.gif" width="16" 
height="16" border="0"></div>';
  Element.hide('lnk2pct');
!!!!  new Ajax.Updater('content', 'src/home.html', {asynchronous:true, 
evalScripts:true}); !!!
  return false;
calls
prototype.js line 736
this.transport.send(this.options.method == 'post' ? body : null);
Do you know a workaround ?
Thx for reply
-- 
Posted via http://www.ruby-forum.com/.
    
    
More information about the nginx
mailing list