well i have used an html file like these in iframe
<iframe src="sample.html"></iframe>
is there a way to refresh these html file for every 5 seconds using ajax so that it does not look as it is refreshing for user rather it should look like its updating
i know a way to do in javascript but it looks so ugly, the refreshing icon keeps on refreshing in the browser.I want to avoid that is it possible to do these in ajax it should not look like refreshing?Thanks
Try this