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? Link to comment https://forums.phpfreaks.com/topic/30884-preventing-click-sound/ 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. Link to comment https://forums.phpfreaks.com/topic/30884-preventing-click-sound/#findComment-142515 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. Link to comment https://forums.phpfreaks.com/topic/30884-preventing-click-sound/#findComment-142666 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.