search for: xmlhttp

Displaying 20 results from an estimated 34 matches for "xmlhttp".

2006 Apr 12
11
innerHTML and scripts not running
...the generated HTML and js code to my current page. It seems that the javascript code is not properly parsing. For example, I''m using the following function showinfo() to return some html code. function showInfo(go_url){ if($("display_area") && go_url){ var xmlHttp= new Ajax.Request(go_url, {method: "post", parameters: Form.serialize(document.forms[0]), onComplete:function(){ if(xmlHttp.responseIsFailure()) { var sts = xmlHttp.transport.status ? xmlHttp. transport.status...
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
...quot;) != -1; +if (is_opera) { + method="GET"; +} + +var seqnum_val=Math.round(Math.random()*100000); +function cachebust() { + if (is_opera) { + seqnum_val++; + return "&x="+seqnum_val; + } else { + return ""; + } +} + + +// Cross-platform creation of XMLHttpRequest object: + +function new_XMLHttpRequest() { + if (window.XMLHttpRequest) { + // For most browsers: + return new XMLHttpRequest(); + } else { + // For IE, it's active-X voodoo. + // There are different versions in different browsers. + // The ones we try are the ones that...
2010 Sep 02
1
XmlHttpObject
Hello! Is there a reason why applications using xmlhttprequest don't work? Simple Delphi code. Uses comobj; procedure TForm1.Button1Click(Sender: TObject); var xmlhttp: variant; begin xmlhttp:=createoleobject('MSXML2.XMLHTTP.3.0'); xmlhttp.open('GET', edit1.text, true); xmlhttp.send(); while (xmlhttp.readystate<>4) d...
2005 Sep 07
3
XMLHttp question
I''m continuing my work on integrating fckeditor with Rails. Currently I''m working on implementing the filebrowser / upload features, but I''ve ran into this problem. The response I get back is being loaded into the "responseText" property instead of the "responseXML" property. I''m trying to figure out why this is the case, but am coming up
2006 Mar 15
8
Ajax request for file downloads
I''m not sure if this has been discussed before, but is it possible to get a file download as a response from Ajax.Request? I know you can have response txt or xml, but how would I go about requesting a file download? Currently I''m requesting the download like this: window.location =
2005 Oct 11
0
aborting xmlhttp requests?
Hi, I just wanted to find out if it is good thing to cancel any existing xmlhttprequests using the abort method (when there are existing connections) when the next request is fired? Does the scriptaculous / prototype library take care of this or does the browser automatically take care of this? Is something like the following necessary? // check for existing requests...
2006 Apr 15
1
Begin with Autocompleter
...r". I work with PRADO framework (http://www.xisc.com) and PHP as a script language. Now this is a little function in JavaScript for make a AJAX call and show the results without reload the entire page. See below: 1 function makeRequest(url,element) { 2 var http_request = false; 3 if (window.XMLHttpRequest) { // Mozilla, Safari,... 4 http_request = new XMLHttpRequest(); 5 if (http_request.overrideMimeType) { 6 http_request.overrideMimeType(''text/xml''); 7 } 8 } else if (window.ActiveXObject) { // IE 9 try { 10 http_request = new ActiveXObject("Msxml2.XMLHTT...
2006 Jan 04
6
ajax in rails is a security violation
Does anybody have any issues with the AJAX code inside rails? Whenever i use any sites i have built, or even external sites (such as basecamphq) my internal security device blocks access to the Ajax piece with a 400 Bad Request ( i scoured the net for other ajax examples and no isses anywhere else). I think there is something in the AJAX code of rails that is not implemented correctly. Has
2005 Mar 06
8
Tutorial about XMLHttpRequest+Rails
Hi All I just finished writing up a tutorial relating my experience developing a system to edit line-items ''in-line'' in my Rails application using XMLHttpRequest. I thought this might be of interest to some readers of this list... Check it out at http://hieraki.goodlad.ca/read/book/1 Thanks! Dave -- Dave Goodlad dgoodlad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org or dave-eHfbeeWWzZOw5LPnMra/2Q@public.gmane.org http://david.goodlad.ca/
2006 Jan 30
5
Multiple ajax calls
...s and the bugs are flying in from the testers that if they repeatedly click on a link that makes an ajax call then Internet Explorer can fall over. Obviously I''m making fixes to get around this by disabling the links while the calls are made to stop this but it seems that the way XMLHTTP works in IE and Mozilla is quite different. If a lot of calls are made with IE it seems to try to make them straight away which can cause problems. FireFox on the other hand seems to wait and make the calls sequentially which can take some time, but at least works. I was wondering if anyone...
2006 Mar 20
4
Ajax.Request w/standard redirect doesn''t render
I am doing an Ajax call in my page to a controller method like so: new Ajax.Request(''<%= url_for(:action => "target_list_add" )%>'', { asynchronous:true });" In my controller method "target_list_add", I do something and then I say: redirect_to( :action => ''target_list_upload'', :layout => false ) I know for certain
2005 Dec 04
5
Javascript Logging
Hello Everyone, Just wanted to find out if scriptaculous has a patch for a error logging class? Currently, I have found 2 javascript logging scripts (outside of scriptaculous). Lumberjack: http://gleepglop.com/javascripts/logger/ log4js: http://jroller.com/page/stritti?entry=logging_in_javascript_log4js Could you guys shed some light on what would be a good logger class to use with our
2006 Jan 26
0
XML Request in R: Pointers/examples needed
...e) 2- How do I get them to work in R? I'm a loss with the first one. As for the second one, I suspect I would have to use the rcom or R(D)COM packages but I do not understand what I should do once I have established the COM object. (example: library(rcom) comCreateObject("MSXML2.XMLHTTP.3.0") Any pointers/examples would be appreciated. #### Script #1 Logon Request##################################### <?xml version="1.0"?> <ds:Requests xmlns:ds="http://product.datastream.com/zappy/dsxml_1_0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst...
2006 May 05
1
Concurrent Requests
Hi, Does anyone have links to any articles on IE''s limit of 2 concurrent requests (including xmlhttp) and how to get around the issue? Please let me know. Thanks, Mandy.
2006 Mar 16
23
AJAX on Mobile Internet Explorer
Hi! I try to get AJAX running on a mobile Windows Mobile 5.0 based device and failed. There should be a JavaScript support but nothing happens. Have any of you experience with the rails javascripts on a this platform or are there any hints, documentation on the net? tia, -- Daniel V?lkerts Protected by Anti Pesto.
2005 Sep 25
14
script.aculo.us 1.5 release candidate 1
So, the first script.aculo.us 1.5 release candidate is out! Important changes and fixes from 1.5_pre4 (for a detailed list, see the CHANGELOG file): * Droppables w/greedy and hoverclass are now reverted when dragged item is no longer over them, fixes #2184 * Let Effect.Highlight correctly parse IE colors, add String.prototype.parseColor() for this, fixes #2037 * Make scriptaculous.js work
2005 Sep 15
12
Ajax to sockets.
Hello, I am trying to find a way to implement ajax with a given socket server. Basically I have a support system that is fully integrated, but I can not stand the "JAVA" chat client because of the security warning and load time. So I figured I would look towards ajax especially since it has XML capabilites. I have the whitepaper on the socket server, this socket server is on the same
2005 Mar 15
15
Web-based Ruby Syntax Highlighter
Hi all, Last night, I wrote a web-based syntax highlighter that takes Ruby and produces nice HTML of the code, ready for including on web pages, or in blog posts, or whatever. I don''t know how useful it will be for other people, but feel free to use it. Anyway, the URL is : http://syntax.carldr.com/ Any comments/suggestions would be gratefully received. Enjoy!
2010 Oct 15
0
Wine release 1.3.5
...es in Steam (requires opening new iexplore window) 16281 Support for animated cursors is not implemented 16355 Zoo Tycoon Demo hangs while loading level 16655 OpenOffice.org 3 installer ignores "Create a start link on desktop" option [dogfood] 18671 Getting Error while Calling XMLHTTP using VB6 18842 Error with Procast (a moglus or livestream application) 21034 8BallClub fails to launch due to unimplemented msxml functionality 21192 Make fails with Assembler error on ARMv6 21676 Plants vs Zombies is stretched on widescreen monitors 21870 Steam 2010 beta UI can...
2006 Mar 28
1
Ajax callback to javascript array ?
I have some javascript, <script> var arrCustomers; function setCustomers(arr) { arrCustomers= arr; // arrCustomers holds now array of customers } </script> ... and Rails controller, class CustomersController < ApplicationController def list @customers = Customer.find_all end end ... and Ajaxed link to get the customers, <%= link_to_remote "Get