Tasos Posted July 10, 2014 Share Posted July 10, 2014 Hello, I want to know how they keep the same url when page is changing, if you dont know what i mean try the link and check the browser when you wat happens when you click in a other link in the website. ( Website Link ( Normal Content ) ) http://geedmo.com/?item=LushSlider Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/289657-hello-i-want-to-now-how-they-do-this-in-the-browser/ Share on other sites More sharing options...
mogosselin Posted July 10, 2014 Share Posted July 10, 2014 You mean what's under the big 'grey/black bar'? That's an IFrame. An IFrame is like another embeded website inside a website. BUT, I would advise against IFrame in most of the situations. What do you want to achieve? Also note that it's possible to load content with Ajax without reloading the page (like how Gmail works). Link to comment https://forums.phpfreaks.com/topic/289657-hello-i-want-to-now-how-they-do-this-in-the-browser/#findComment-1484503 Share on other sites More sharing options...
Maq Posted July 10, 2014 Share Posted July 10, 2014 Don't use an iFrame, they are probably using mod_rewrite or something similar. Link to comment https://forums.phpfreaks.com/topic/289657-hello-i-want-to-now-how-they-do-this-in-the-browser/#findComment-1484599 Share on other sites More sharing options...
trq Posted July 11, 2014 Share Posted July 11, 2014 Don't use an iFrame, they are probably using mod_rewrite or something similar. mod_rewrite isn't capable of hiding multiple pages behind a single url. Link to comment https://forums.phpfreaks.com/topic/289657-hello-i-want-to-now-how-they-do-this-in-the-browser/#findComment-1484625 Share on other sites More sharing options...
Zane Posted July 11, 2014 Share Posted July 11, 2014 It must be some AJAX witchery. Link to comment https://forums.phpfreaks.com/topic/289657-hello-i-want-to-now-how-they-do-this-in-the-browser/#findComment-1484629 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.