PDA

View Full Version : Open new broswser window


my91camaro
01-16-2003, 07:02 AM
I'm trying to open a page in a new browser window when someone clicks on a link. (I do not want to use a pop-up window).

I have veiwed the source on webpages where I know this is implemented and tried reverse-engineering how they do it.

The closest code I have found is on the <a href ..........> adding TARGET="a". This didn't seem to work. Either I'm on the wrong track or there is additional code tied to this.

cbkihong
01-16-2003, 07:38 AM
target="_blank"

always opens a new window.

my91camaro
01-16-2003, 08:39 AM
Thanks:D

I borrowed two HTML books from the libary and neither one pointed this out :mad:. The solution is short and simple. They danced around the matter and I probably could have figured it if I read between the lines.

But good old-fashioned English always works too.

Have a nice day!:cool: