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.
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.