When I use Google Translate, the top portion always stays even when I click on a link to go to another page. How is that possible? What HTML can make this happen?
Share
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.
I am not sure exactly what part you are talking about however websites use several tricks to achieve page switching without reloading.
iframes can be used to include other pages within your page, this can in some cases give the effect you are looking for.
Many modern pages will use ajax, this will load some data via an asynchronous javascript call which is then used to populate part of a page, this means the whole page does not need to be refreshed.