Web Address Dialog Box - Target frame for URL
If you want the URL in the URL field to be fetched into a specific frame in the browser, type the name of the frame in this field.
For example, if you type 'http://www.xara.com' into the URL field and 'RIGHT' into the Frame field, then this tells the browser to fetch the URL 'http://www.xara.com' into the frame called 'RIGHT'. By default, the value in this field will be '_self'. This means that the URL in the URL field is fetched into the same frame as the current document.
The drop-down list of this combo box contains four frame names that cause the browser to do special things:
_self Fetch the specified URL into this frame. (The frame that contains this object.) This is the best option to use if you are not sure which to use.
_parent Fetch the specified URL into the parent window or frameset that contains this frame.
_top Fetch the URL into the main browser window, replacing any existing frames.
_blank Fetch the URL into a new window.
default Do not include a TARGET attribute in the image map entry for this object. This has the same effect as _self unless you have used a BASE TARGET= tag in the document.
You can either select one of these, or type in the name of another frame.