Ajax - xmlHttp setTimeout

bungpeng

Well-known member
Joined
Sep 10, 2002
Messages
906
Location
Malaysia
I can retrieve data from server using ajax concept,
but when I want to do something like online update,
so I use javascript setTimeout to make it refresh the data,
but I get error message out of memory.."

May I know what is the problem?
anyone help?
 
bungpeng,
Not sure why your using the Javascript call setTimeout, if you are using Ajax and are using an update panel with the proper triggers it will update itself. Maybe I dont understand the question. Can you elaborate? I use Ajax for all my updates and it works great.
 
Back
Top