[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]
> <html> > <head> > <title>Testing Tabs</title> > </head> > <body> > <a href='http://www.xandros.com' target="new">Xandros.Com</a> > </body > </html> Just a small note to this (sorry Neil, if we're confusing you - it's not very important) : target="new" opens the link in a window/tab/frame called 'new'. If there isn't one, and there usually isn't, it chooses a new window or tab (depending on your browser/settings). But if you have two links with target="new" and you click on both, only one new window/tab is opened: after the first click the first page is loaded and then it's changed to the second one once you have clicked that one. target="_blank" really chooses a new window/tab for each click. Of course, in many cases, target="new" (or target="anyothername") might suit you better. Martijn. -- The Mailing List for the Devon & Cornwall LUG http://mailman.dclug.org.uk/listinfo/list FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html