Tagged Questions

0
votes
1answer
14 views

Prototype Ajax.Updater Eval Javascript Functions

I have this sample page: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Ajax Page</title> <script type="text/javascript"> …
1
vote
4answers
46 views

How can i get around the same origin policy?

I need to use AJAX to get the content of another page located on a different server from the one the AJAX is loaded from. The AJAX needs to send a POST request then return the result. how can i do …
0
votes
1answer
41 views

simulating a synchronous XmlHttpRequest

I've read some of the other related questions (http://stackoverflow.com/questions/214491/pattern-for-wrapping-an-asynchronous-javascript-function-to-make-it-synchronous & …
0
votes
2answers
34 views

AJAX request status returns 0

when i make a AJAX request with this code, it returns the status as 0. what did i do wrong? Also, this code is only designed to work in Firefox for various reasons. var ajax; function …
0
votes
2answers
19 views

AJAX Controlled Multiple Select Box Strategy

I've done some reading on AJAX, and would like to create a listbox, that controls what is displayed in a separate textbox located within the same form. The backend of the website is handled in php, …
1
vote
2answers
35 views

Populate TextBox from Database using JQuery or AJAX

Hi, I have the following scenario: An SQL 2000 database with a table containing the columns UserID and UserName. A webpage with TextBox1 and TextBox2. I need to use JQuery, plain JavaScript or AJAX …
4
votes
12answers
229 views

When NOT to use AJAX in web application development?

I'm building a web application with the Zend Framework. I have wanted to include some AJAX type forms and modal boxes, but I also want my application to be as accessible as possible. I want my …
1
vote
3answers
76 views

Apparent memory leak in web application (maybe from AJAX?)

Hi all I'm running an AJAX request from a JavaScript-powered (+jQuery) webpage every 5 seconds for a set of JSON data. I left my application on overnight, and by morning my computer had completely …
0
votes
2answers
57 views

how to make this “div” always visible to users

On my site, I have an ajax call to my server that checks if a certain logged in user has a new message from the database.This ajax script checks the database every certain seconds.And if he/she has a …
4
votes
15answers
251 views

What should I learn?

I work for a small web design company, and learned everything I know on the job (my degree is in chemistry!). The other coder here taught me a fair bit of php, and I've had to pick up MySQL and a bit …
0
votes
2answers
47 views

Firefox doesn’t execute one dynamically loaded <script> element until another is loaded

I'm implementing Comet using the script tag long polling technique, based on this page. Following on from my previous question, I've got it all working, except for one annoyance, which only happens in …
0
votes
4answers
38 views

Loading script tags via AJAX

I have a div tag which is filled with script via an ajax call, but the script does not execute. Is there a way to cause the script to execute?
2
votes
3answers
82 views

Can JavaScript detect when the user stops loading the document?

I'm implementing Comet using the script tag long polling technique, based on this page. One issue (that I don't think there's a solution for) is the "throbber of doom" - the browser continues to show …
0
votes
2answers
23 views

How do I use cookies to store complex information and subsequently dynamically trigger an action based on the data?

Hi All, I have a simple (yet somehow convoluted) issue. Basically I'm adding items to make my web app more "desktop-like". For instance, right now I'm trying to get a page to dynamically load info …
1
vote
6answers
102 views

hack proof html coding with ajax

I have many lists e.g. a todo list, a shopping list etc. on my web page. I am using AJAX to add or delete the items. For example, for a todo list my HTML is like: <tr id="todo_userttypea_23"> …

1 2 3 4 5 94 next
15 30 50 per page