Thierry Posted December 16, 2006 Share Posted December 16, 2006 I have a main page that shows some data, and I want it to be refreshed every so often.Now, I could do that with the usual META refresh, but I dont want the entire page to refresh, so I used a hidden frame and some DIV tags, with javascript reloading the hidden frame every now and then and sending the data to the DIVs.That all work fine, but everytime the hidden frame gets reloaded, you hear the click like when pressing on a link. Is there anyway to reload or refresh data without getting that click? Quote Link to comment Share on other sites More sharing options...
fenway Posted December 16, 2006 Share Posted December 16, 2006 Not really... that's a browser-based decision, sounds and all. Quote Link to comment Share on other sites More sharing options...
artacus Posted December 17, 2006 Share Posted December 17, 2006 You can load it with AJAX instead of doing a refresh and not get the click. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.