How to change pages without changing the url? [closed]

-2

They let me make a page that when clicking on any section of the menu I upload everything that is in that section without changing url.

    
asked by Yair_May 18.01.2018 в 01:42
source

3 answers

1

There are two possibilities:

  • Use AJAX
  • iFrame
  • To use AJAX, simply make the AJAX call in the desired javascript event against the PHP that returns the data and samples in the HTML dynamically. You can see how in this other answer Adapt .PHP file to .HTML to embed Javascript

    For the iFrame, Humberto has already answered

    Edit: There is a third option, the tabs, as Anton says and there may be more.

        
    answered by 18.01.2018 / 09:46
    source
    1

    I think you mean a <iframe src="URL"></iframe> This allows you to add a different document but in the same document

        
    answered by 18.01.2018 в 02:09
    1

    This can be achieved naturally with some navigation tabs. HTML + CSS link

        
    answered by 18.01.2018 в 02:18