i am adding a network bar
and no matter what i try i cant get the network links to open in a new window.
i did the standard TARGET="_blank", with all the variation i found, still nothing here is the network bar code/***********************************************************
[First edit for NetworkBar]
***********************************************************/
echo '<script>
function change(url) {
if(url != "") {
location = url;
}
}
</script> ';
/***********************************************************
[End of first edit for NetworkBar]
***********************************************************/
/**********************************************************
[Second edit for NetworkBar]
**********************************************************/
echo '<table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
<tr valign="middle">
<td>
<img src="images/top-banner.gif" width="250" height="25" border="0" alt=""></td>
<td width="100%" height="25" align="right" valign="middle" background="images/networkbg.gif">
<marquee scrolldelay="200"><span style="color: #FFFFFF; font-size: 12px;">
◊◊◊◊
<font color="f9b30b">Welcome to our site....</font>
Where Prophecy Comes Alive TODAY!...
◊◊◊◊
We are recruting for the game that we play
◊◊◊◊
Come and join us on our site and be an active part of our community...
◊◊◊◊
</span></marquee>
</td>
<td height="25" align="right" valign="middle" background="images/networkbg.gif"> </td>
<td height="25" align="right" valign="middle" background="images/networkbg.gif">
<select style="background: rgb(30, 30, 30) none repeat scroll 0%; width: 230px; font-size: 11px; color: white; border-color: #FFFFFF;" onChange="return change(this.options[this.selectedIndex].value);">
<option value="">Prophecy NetWork Sites</option>
<option value=""></option>
<option value="">******************************</option>
<option value=""> Prophecy Sites</option>
<option value="">******************************</option>
<option value="http://prophecytoday.com"target="_blank">Prophecy Today</option>
<option value="http://www.tomorrowsworld.org"TARGET="_blank">Tomorrows World</option>
<option value="http://www.hallindsey.com"TARGET="_blank">Hal Lindsey</option>
<option value="http://www.prophecyupdate.com"TARGET="_blank">Prophecy Update</option>
<option value="http://www.pre-trib.org"TARGET="_blank">Pre-Trib</option>
<option value="http://www.bible-prophecy.com"TARGET="_blank">Bible Prohecy.com</option>
<option value="http://www.jvim.com/update"TARGET="_blank">Jack Van Impe Ministries</option>
<option value="http://www.raptureready.com"TARGET="_blank">Rapture Ready</option>
<option value="http://www.prophecyforum.com"TARGET="_blank">Prophecy Forum</option>
<option value="http://www.raptureforums.com"TARGET="_blank">Rapture Forums</option>
<option value="http://bibleprophecy.net"TARGET="_blank">Bibleprophecy.net</option>
<option value="http://www.danielrevelationbiblestudies.com"TARGET="_blank">Daniel Revelation Bible Studies</option>
<option value="http://www.endtime.com"TARGET="_blank">End Time Ministries</option>
<option value="http://www.endoftheworldprophecy.com"TARGET="_blank">End of the World</option>
<option value="http://www.tribulation.com"TARGET="_blank">Tribulation.com</option>
<option value=""></option>
<option value="">******************************</option>
<option value=""> Christian Sites</option>
<option value="">******************************</option>
<option value="http://hosting.s4ndmod.com/">S4NDMOD Hosting</option>
<option value=""></option>
<option value="">******************************</option>
<option value=""> Christian Products & Services</option>
<option value="">******************************</option>
<option value="http://www.clan-themes.co.uk/283-0-1-14.html">Clan-Themes</option>
<option value="http://www.disipal.net">Disipal Designs</option>
<option value="http://www.dbfdesigns.net">Driven By Faith Designs</option>
</select>
</td>
</tr>
</table>';
/**********************************************************
[End econd edit for NetworkBar]
**********************************************************/
i did not finish changing the links and editing some of the scrolling text that was already in the code when i got it, but the first section you see by the target=_blank, where i left off