I realize that frame is removed in HTML5, and there must be great reason that they do it.
I wonder how to implement the same feature in HTML5.
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 could either use
<iframe>or try working with<object>tags. I used<object>once on a project that had to be HTML4 strict and it worked perfectly.