i need a javascript that refreshes only a part of a page.. i need to refresh a text and image.. can anyone help..
<iframe> or AJAX? You can put the contents in an iframe, put the iframe in the page and reload that or you can use AJAX. If it is only the image, you could have just changed the src of the image to the same URL (with a query string or something at the end to get the browser to get a fresh copy).