Quote:
Is there any way you would want to explain to me what the
rest of the options mean? So '_blank' opens a new window, what do
'_parent' '_self' and '_top' do? |
Use F1 Help in Dreamweaver......
Target lets you specify the frame or window in which the linked document
will load:
a.. _blank loads the linked file in a new, unnamed browser window.
b.. _parent loads the linked file in the parent frameset or window of the
frame that contains the link. If the frame containing the link is not
nested, the linked file loads into the full browser window.
c.. _self loads the linked file in the same frame or window as the link.
This target is implied, so you generally don't need to specify it.
d.. _top loads the linked file in the full browser window, thereby
removing all frames.
--
Regards
John Waller