search for: myresponse

Displaying 4 results from an estimated 4 matches for "myresponse".

Did you mean: lm_response
2008 Jan 30
3
Ajax.Request - nothing in responseText, I need it!!
...ttp://www.myURL.com/updateData.php?myparams"; new Ajax.Request(url, { method: ''POST'', asynchronus: ''true'', contentType: ''text/html'', onComplete: parseData}); } function parseData(originalRequest) { myResponse = originalRequest.responseText; myDivID.innerHTML += myResponse; } ------------------------------------------------- when I include alerts in parseData to see if there is any content to responseText, it always comes back empty. What am I doing wrong here? Like I said, the php script is wo...
2005 Aug 03
2
Ajax in prototype.js
Can someone please explain to me what I need to do to create an Ajax class using the prototype lib. Thanks, Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050803/2f662bb3/attachment.html
2010 Jun 30
2
anyone know why package "RandomForest" na.roughfix is so slow??
Hi all, I am using the package "random forest" for random forest predictions. I like the package. However, I have fairly large data sets, and it can often take *hours* just to go through the "na.roughfix" call, which simply goes through and cleans up any NA values to either the median (numerical data) or the most frequent occurrence (factors). I am going to start
2008 Mar 27
3
Help with authentication errors
...ee; padding: 10px; font-size: 11px; } a { color: #000; } a:visited { color: #666; } a:hover { color: #fff; background-color:#000; } </style> </head> <body> <h1> ActionController::InvalidAuthenticityToken in Chapter2Controller#myresponse </h1> <pre>ActionController::InvalidAuthenticityToken</pre> <p><code>RAILS_ROOT: C:/ruby/myprojects/ajaxonrails</code></p> <div id="traces"> <a href="#" onclick="document.getElementById(''Framework-Trac...