PDA

View Full Version : Ajax auto response


kerepuki
09-06-2009, 12:24 PM
Hi guys,

I am trying to find some sample code that allows me to refresh a container only if someone else has added data, similar to a chat program.

Here is my scenario:

2 users are logged into my online system. There is a container that displays all active jobs. user one enters a new job into the system. I would like users 2 job list to update but I dont want to reload the list unless there is new data (jobs).

Some sample code or a pointer in the right direction would be great.

Thanks in advance.

it career
09-07-2009, 12:30 PM
You can check at w3schools.com ,etc .

kerepuki
09-08-2009, 01:15 PM
Hi, I had a look on there before I posted and couldnt find what I needed to do.

Any suggestions?