Can any body tell me how to refresh only a part of html page on any specific event instead of refreshing whole page.
Vineet.
Dijkgraaf
12:59 pm on Mar 26, 2006 (gmt 0)
Well you would either have to have that part in an IFrame, or use something likes AJAX, so dynamically changes parts of the page using JavaScript.
compose
1:00 pm on Mar 26, 2006 (gmt 0)
Hi,
Thanx for ur reply.
I don't want to use it with frames. can u tell me in detail how to do it with AJAX.
Vineet
Dijkgraaf
1:18 pm on Mar 26, 2006 (gmt 0)
You might want to repost the question in the JavaScript and AJAX forum [webmasterworld.com], it is not something I've done myself, I just know that it is possible to do.