Hyper Text Markup Language (HTML) Question:

How do I change the title of a framed document?

HTML Interview Question
HTML Interview Question

Answer:

The title displayed is the title of the frameset document rather than the titles of any of the pages within frames. To change the title displayed, link to a new frameset document using TARGET="_top" (replacing the entire frameset).


Previous QuestionNext Question
How can I allow file uploads to my web site?Should I end my URLs with a slash?