öncelikle kod chrome de sorunsuz çalışıyor Comodo Dragonda 1 sekme açılıyor diğerleri popup tarzında açılıyor Orbitum da sadece 1 tane sekme açıyor devamı yok kodlar aşşağıda bilgisi olupda yardımcı olan arkadaşlara teşekkürler
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>TEST</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<meta http-equiv="Content-Language" content="tr">
<script type="text/javascript" src="https://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
$(function(){
$("button").live("click",function(e){
var form = $("form").serialize();
window.open("http://localhost/test.php?" + form + "&id=1",'_blank');
window.open("http://localhost/test.php?" + form + "&id=2",'_blank');
window.open("http://localhost/test.php?" + form + "&id=2",'_blank');
window.open("http://localhost/test.php?" + form + "&id=3",'_blank');
window.open("http://localhost/test.php?" + form + "&id=4",'_blank');
window.open("http://localhost/test.php?" + form + "&id=5",'_blank');
window.open("http://localhost/test.php?" + form + "&id=6",'_blank');
window.open("http://localhost/test.php?" + form + "&id=7",'_blank');
window.open("http://localhost/test.php?" + form + "&id=8",'_blank');
window.open("http://localhost/test.php?" + form + "&id=9",'_blank');
});
});
</script>
</head>
<body>
<table width="802" height="90" border="0" align="center">
<form id="form" name="giris" method="GET">
<tr>
<td height="56" align="right"><table width="80%" border="0" align="center">
<tr>
<td width="69" align="right" class="sag">1</td>
<td width="717">
<input name="1" type="text" value="" size="100" maxlength="800" />
</td>
</tr>
<tr>
<td width="69" align="right" class="sag">2</td>
<td width="717">
<input name="2" type="text" value="" size="100" maxlength="800" />
</td>
</tr>
<tr>
<td width="69" align="right" class="sag">3</td>
<td width="717">
<input name="3" type="text" value="" size="100" maxlength="800" />
</td>
</tr>
<tr>
<td width="69" align="right" class="sag">4</td>
<td width="717">
<input name="4" type="text" value="" size="100" maxlength="800" />
</td>
</tr>
<tr>
<td width="69" align="right" class="sag">5</td>
<td width="717">
<input name="5" type="text" value="" size="100" maxlength="800" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="750" height="26" align="center" >
<button id="a">Giriş</button>
</tr>
</form>
</table>
</body>
</html>