|
|
|||||||
|
I've just had an email from a friend in Australia. We were discussing external links and the use of target="blank". He's told me that target="f" does the same thing as target="blank" Can anyone explain this, please All the best - Duncan |
||||||||
|
|
|||||||
|
target="_blank" will open in a new window where as target="f" will open in target window f This means if you have a window opened in target="f" and you open another link it will load the new link in the window opended by the first link. If you open links in target="_blank" then they will always open in a new window. I hope this makes sense |
||||||||
|
|
|||||||
|
Thanks Nanook. I think I understand now. |
||||||||
|
|
|||||||
|
Your welcome, if you have any more questions I'll be happy to help |