-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello
I'm using javascript to load data in a div trough XMLHttpRequest now i'm wondering if it's possible to make another XMLHttpRequest in that loaded div so an new onclick in my result
Greetings
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi guys,
I have another question. XMLhttpRequests haunt me. Everything is now in the database but I need this data to update my page on firt page load or reload. The XHR is triggered in JavaScript file which triggers PHP-Script. PHP-Script access MySQL database. But how do I get the fetched records…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
what determins the timeout value for XMLHTTPRequest (msxml version) send method? I'm calling it from MS Sql server and the server profiler shows me 'completed' after 30 seconds, the same happens when calling it through client programm calling stored proc. I set the client connection timeout to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to make a bookmarklet to download videos off of YouTube, but I've come across a little problem.
To detect the highest quality video available, I use a sort of brute force method, in which I make requests using the XMLHttpRequest object until a 404 isn't returned (I can't do it until a…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Safari's XMLHttpRequest's send() method supports a File argument. Firefox does not (yet).
How can I check if this is supported? In Firefox, it will just behave as if an empty string was passed.
I'm trying to avoid doing browser version detection.
>>> More