"Blank" browser window??

wxdqz

New Member
Does anyone know how to make a Javascript that is a text link open in a new "Blank" browser window??

I tried placing the: target="_blank" coding in the script but it doesn't work, it still just opens the file in the same browser window.

Here is the script that I am trying to make open in a blank browser window:

<script type="text/javascript"><!--
ad_client = "pub-0387726522641656";
ad_width = 116;
ad_height = 240;
ad_format = "120x240_as";
ad_channel ="6913928621";
page_url = document.location;
color_border = "990000";
color_bg = "FFFF99";
color_link = "0000FF";
color_url = "008000";
color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.com/pagead/show_ads.js">
</script>

What coding do I use and where would I place it so a blank browser window will open??

Thanx for any and all help in advance!
mars6d
 
Top