back to <A TARGET="_self">
If you follow the link in the frame to the right, the page it goes to will appear in that same frame. This was done using the attribute:
go to <A HREF="selftarget.html" TARGET="_self">next</A> page
However, because is the default value, you can accomplish the same thing leaving out the TARGET attribute:
go to <A HREF="selftarget.html">next</A> page
About the
AuthorCopyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of
the Open Content License and the Open Publication License.
Contents may be redistributed or republished freely under these terms so long as credit to the original creator and
contributors is maintained.