Click to See Complete Forum and Search --> : auto tracking
Xetrov
02-08-2003, 03:23 PM
i have a sql DB that has changing info. and want to update the info on the webpage with out refreshing the page.
is there anyway to do this, any help would be apresheaded
khalidali63
02-08-2003, 04:13 PM
It depends how big is the content.
Your best bet is to use elements.innerHTML to change the value between the tags.
cheers
Khalid
Xetrov
02-08-2003, 05:47 PM
it should be something along the lines of a 50 numbers on the large side and 5 number on the small side
khalidali63
02-08-2003, 05:52 PM
as I said in my earlier post ..look inot element.innerHTML it seems like that is your answer.
cheers
Khalid