Best option to replace IFRAMES [duplicate]

0
I am currently working on the development of a platform with many different functionalities and pages, we are using IFRAMES to save repeated uploads (Menu, shortcuts, etc.), however the use of IFRAMES for systems is not a good practice, as and for what can I replace the IFRAMES, keeping the idea of avoiding too many uploads?

    
asked by anonymous 29.08.2017 / 15:31

1 answer

0

Hello friend, how are you? Consider using DIV instead of IFRAME. But for that updates of HTML elements inside a DIV will need to use Javascript and / or some JS framework like AngularJS or even and good old JQuery. Both using HttpXmlRequest (AJAX) for asynchronous and dynamic autoloading. Success!!!

    
29.08.2017 / 15:38