Since I approached the web programming, to open a link in a new window I always used
target=\"blank\"
but most of the time, here and in th
In short, use target="_blank" it always open a new window but use target="blank" it will open a new window at the first time and this window will be reused after the first.
target="_blank"
target="blank"