Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 10-29-2005, 09:04 PM "Target" question
Novice Talker

Posts: 8
Trades: 0
Ok im reding up on html so im not that smart at it yet...but at the moment im reading a part about targets, and i don't really understand it, its talking about links and the html code target="window", im reding it in the HTMLfor the world wide web by Elizabeth Castro (its on page 122, if you have the book) could anyone give me a more detailed explanation on what "target" is pleasse
__________________

Please login or register to view this content. Registration is FREE
kyle90316 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-29-2005, 09:13 PM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
The HTML Target Attribute for Anchors

The Anchor tag attribute for target tells the web browser where to open the link. There are 4 defined target presets which come in handy for many web designers of all levels. They are _blank, _self, _parent, and _top. You can also specify a descriptive name with the underscore( _ ).
  • _blank will open a new browser window with no name.
  • _self will replace the current html page, so if it is in a frame or frameset it will load within that frame. If it is the full browser, it will open to replace the page in the full browser.
  • _parent will replace the html page it came from.
  • _top will load in the current browser by replacing anything within the browser such as a frameset.
A descriptive name is used when
  • you want to use a named frame as your target, setting the frame name in the frameset you want it to load into.
  • you want for example say all your outside links to open in the same window, name the target as one.
  • you have popup windows that are for example larger images from a thumbnail and you want them to always open in the same window, name the target all the same.
The target tag appears in the Anchor reference as shown in the example below:
<a target="_blank" href="mypage.html">your link text here</a>



source : http://www.developingwebs.net/html/targetattribute.php
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Old 10-30-2005, 01:57 AM
Extreme Talker

Posts: 176
Trades: 0
couldnt have said it better myself! it would have been shorter tho...
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
wmtalk.tk is offline
Reply With Quote
View Public Profile
 
Old 10-30-2005, 08:46 AM
Extreme Talker

Posts: 160
Trades: 0
Just to add, for your pages to be valid you will need to use the Transitional flavour of HTML or xhtml.
ElectricSheep is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to "Target" question
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21998 seconds with 12 queries