L
lifeson
Here is my understanding of the targets (links) properties in
FrontPage: I tested this with my site, and for some reason, Parent
Frame ( _parent ) is the same thing as _top (Whole Page). Both
replace the current page with a new one. Shouldn;t they do two
different things ?
As a second question, why is there no target that causes the usual
property of "target=new" to be inserted into the HTML code ?
-------------------------------------------------------------------------------------
Same Frame ( _self ) - the link opens up in the same window that is
currently active in your browser - replacing it's contents. This
option is made for frames, for where you do not want to open a new
window
Whole Page ( _top ) - replaces the entire page with the linked page
(the existing page vanishes, replaced by the new page) - you can get
to the previous page with the Back button. This is the same thing as
the older, but still valid: Target="New"
New Window ( _blank ) - creates a new instance of the browser with
the linked page - leave the previous page open
Parent Frame ( _parent ) - oddly - this is the same thing as _top
(Whole Page) - replaces the entire page with the linked page - you can
get to the previous page with the Back button
FrontPage: I tested this with my site, and for some reason, Parent
Frame ( _parent ) is the same thing as _top (Whole Page). Both
replace the current page with a new one. Shouldn;t they do two
different things ?
As a second question, why is there no target that causes the usual
property of "target=new" to be inserted into the HTML code ?
-------------------------------------------------------------------------------------
Same Frame ( _self ) - the link opens up in the same window that is
currently active in your browser - replacing it's contents. This
option is made for frames, for where you do not want to open a new
window
Whole Page ( _top ) - replaces the entire page with the linked page
(the existing page vanishes, replaced by the new page) - you can get
to the previous page with the Back button. This is the same thing as
the older, but still valid: Target="New"
New Window ( _blank ) - creates a new instance of the browser with
the linked page - leave the previous page open
Parent Frame ( _parent ) - oddly - this is the same thing as _top
(Whole Page) - replaces the entire page with the linked page - you can
get to the previous page with the Back button