Click to See Complete Forum and Search --> : java, LINK problems...


exzist
10-25-2003, 01:23 AM
help,

how can i have a link like the one i do in html:
<a href="http://www.yahoo.com" target="_blank"> </a>


the TARGET="_BLANK" , i dont know how to do it on java..

coz i hav a java navbar, then i wana do this in all of this links...

Menu9=new Array("Links","blank.htm","",5);
Menu9_1=new Array("Armed Forces of the Philippines","http://www.afp.mil.ph","",0,20,190);
Menu9_2=new Array("Philippine Army","http://www.army.mil.ph","",0);
Menu9_3=new Array("Philippine Air Force","http://www.paf.mil.ph","",0);
Menu9_4=new Array("Philippine Navy","http://www.navy.mil.ph","",0);
Menu9_5=new Array("Philippine Military Academy","http://www.pma.ph","",0);



please help me guyss......thanks..