Go to: Articles List
target=_self -- This will load the page in the same frame as the caller.
target=_parent -- This causes the page to load in the same frameset as
the caller taking the place of any sub frames.
target=_top -- This loads the resulting page into the full body of the
current window eliminating any frames.
target=_blank -- This opens up a new window and loads the page in to it.
|
|
|
|