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.