Support Forums
target=_blank - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43)
+---- Thread: target=_blank (/showthread.php?tid=20198)



target=_blank - Link - 07-04-2011

Ok quick question. I forgot how to make a new window WITH no navagation or address bar. Would anyone be willing to help me?


RE: target=_blank - Spafic - 07-05-2011

My best bet would be to use Javascript

window.open(URL,"popup","toolbar=no,location=0,directories=0,menubar=0");


RE: target=_blank - Billy Mays - 07-11-2011

<a href="url" target="_blank"> The Best way i think is that way.