answersLogoWhite

0

Frame targeting in HTML

Updated: 10/27/2022
User Avatar

Wiki User

15y ago

Best Answer

The tag FRAME in HTML permits you to display more than one HTML document within a single browser window by dividing it into sections known as frames. Frame targeting is controlling which frame the information is going to. Below is a very simple block of code to explain this process.

<frameset rows="40,*">

<frame src="text1.html" name="smasher1">

<frame src="text2.html" name="smasher2">

</frameset>

This is setting up the frames and naming them smasher1 and smasher2. When you need to put information into a certain frame you use the TARGET tag. Originally we were displaying text1.html in the first frame named smasher1. Now if we execute the command below text1 is now replaced with text3 in the first frame (smasher1) and the second frame is still displaying text2.html ...

<a href="text3.htm" target="smasher1">

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Frame targeting in HTML
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the frame in HTML write the program of frame?

In HTML web programming one uses a frameset to create less linear looking websites. Frameset versions were created to make transferring documents that conformed to the old HTML specification easier.


Which iframe attribute is used to define the restrictions to the frame content in HTML 5.0?

sandbox


What is a frame grabber?

A frame grabber is a piece of hardware, implementing video capture, often with a TV tuner, that allows you to acquire an image representing a frame. If you grab a frame repeatedly, you can capture video.This answer is the video specific answer. If there is an HTML specific answer, would someone please refine the answer.


Http www learn to be green com HTML?

You mean the source code? &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;Coming Soon...&lt;/title&gt; &lt;meta name="robots" content="noindex"&gt; &lt;script language="Javascript"&gt; /* function writeframe() { var domain = location.hostname; // write the frame document.write('&lt;frameset rows="100%,*" frameborder="no" border="0" framespacing="0"&gt;&lt;frame src="http://www.ztomy.com?dn=' + domain + '&amp;pid=5PO815561"&gt;&lt;/frameset&gt;'); } */ &lt;/script&gt; &lt;/head&gt; &lt;body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" onload="writeframe()"&gt; &lt;script&gt;writeframe();&lt;/script&gt; &lt;/body&gt; &lt;/html&gt;


What tags are mandatory when creating HTML to display an applet?

It all depends. Sometimes it could be the &lt;frame&gt; tag. Sometimes the &lt;object&gt; and &lt;param&gt; tags. Sometimes the &lt;embed&gt; tag

Related questions

Need of frame in HTML?

Frames are used to divide the HTML page into sections. The &lt;frame&gt; tag is used for that purpose.


What is the frame in HTML write the program of frame?

In HTML web programming one uses a frameset to create less linear looking websites. Frameset versions were created to make transferring documents that conformed to the old HTML specification easier.


What is use of frame in HTML?

A frame can be used for dividing page into segments. &lt;frame&gt; attribute can be used to define frames.


Which tag is used to define frames in HTML?

&lt;frame&gt;


How do you use hyperlinks in frames in a HTML document?

You can use hyperlinks in frames too in an HTML document. You can place the anchor tag out side of a frame.


How do you make a hyperlink from one frame load information into another frame?

The tag will make all of three hypertext links load their HTML into a different frame. I hope this is what you were looking for!!!


Which iframe attribute is used to define the restrictions to the frame content in HTML 5.0?

sandbox


Create frame in HTML?

Go To http://www.htmlcodetutorial.com and look for the FRAMES TUTORIAL. It will help you.


What tag defines what HTML document to put in each frame?

By using frames, you can display more than one HTML document in the same browser window. The frameset tag defines how to divide the window into frames. Each frameset defines a set of rows or columns to the size, or percentage of the page the frame is. The tag is used within the Frameset tag to assign (define) the source of the HTML to display in each frame. for example


What is the term for the situation when a web frame sometimes shows the HTML and at other times the HTML is rendered and the expected text or image is shown?

It's called "Bug" What does it mean literally?


How do you write the code in the head section of a document to force the file to always appear within the inline frame of an HTML file?

You can wrap all the code in the frame tag. This will cause the head section to view in the frame.


Where can one get tutorials of Frame html?

A number of sites for frame tutorial are available online. Some of the sites available are quackit, htmliseasy, htmlgoodies and resource centre which is suitable for beginners.