jackdevries Posted December 30, 2008 Share Posted December 30, 2008 Hi People, Not sure this is the right (sub)forum, but allright: 1) I've got a site with a template; 2) within the site there a links 2a) links like: http://www.XXX/index.php?page=nl_XXX 3) With Mozilla/Firefox, the page will only load the page asked for. It will not refresh the menu! 4) With Internet Explorer (IE) the whole site is refreshed (the page is loaded and the menu is refresht) Of course I want the site to do as in 3) Does anyone know the reason why IE does a refresh of the whole site??? Thanks so much for your help. Sorry for the bad English! Regards, Jack P.S.: If you need more code, just let me know!! Link to comment https://forums.phpfreaks.com/topic/138817-mozillafirefox-work-alright-internet-explorer-does-a-refresh/ Share on other sites More sharing options...
trq Posted December 30, 2008 Share Posted December 30, 2008 If you need more code, just let me know!! More code? You didn't post any code. With Mozilla/Firefox, the page will only load the page asked for. It will not refresh the menu! It is indeed refreshing the menu, maybe just too quickly to notice. Each request to a server requests the entire page again. Link to comment https://forums.phpfreaks.com/topic/138817-mozillafirefox-work-alright-internet-explorer-does-a-refresh/#findComment-725879 Share on other sites More sharing options...
chronister Posted December 30, 2008 Share Posted December 30, 2008 Yeah, the whole page is refreshing.. even the menu. In Firefox it is just quick as it paints the page without flicker. IE flickers when it repaints the page. I hate IE. It is the WORST thing about creating websites. Nate Link to comment https://forums.phpfreaks.com/topic/138817-mozillafirefox-work-alright-internet-explorer-does-a-refresh/#findComment-725883 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.