What is the current modern alternative to frames?
I want to build the equivilant of a two frame website, with the top frame containing elements that DO NOT RELOAD, the the bottom “frame” being the content frame, which reloads as needed.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do this with AJAX. You load content dynamically as it’s needed. Your content area need not even have size limits – as the user scrolls down the page you can load additional content automatically underneath what was already loaded.