to może zróbmy tak: dam ci kod jaki jest, a ty spróbuj zrobić z tego żeby się otwierało w nowym oknie?
kod strony z newsletterem
Kod
<!-- newsletter start //-->
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<script language="javascript" src="newsletter.js"></script>
<tr>
<td bgcolor="#003399" class="boxborder" nowrap><font color="#FFFFFF" face="Tahoma, Verdana, Arial" size="2"> NEWSLETTER</font></td></tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr><td>
<form name="subscribe_form" action="http://news.sklep-oriflame.com:80//subscribe.php" method="post" target="_blank">
<input type="hidden" name="link" value="#">
<input type="hidden" name="link_name" value="zamknij">
<input type="hidden" name="folder" value="so">
<font face="Verdana, Arial" size="1" color="#003399">imię:<br><input type="text" name="name" size="10" style="font-size: 10pt; color: #003399; background-color: #BCE2FE; border: 1 solid #003399"><br>
e-mail:<br><input type="text" name="email" size="10" style="font-size: 10pt; color: #003399; background-color: #BCE2FE; border: 1 solid #003399"><br>
<input type="radio" name="add" value="1" checked> dodaj<br>
<input type="radio" name="add" value="0"> usuń</font><br>
<center><input type="submit" name="send" value="WYŚLIJ" style="color: #FFFFFF; background-color: #003399; font-size: 8pt; font-weight: bold; border: 1 solid #003399"></center></form></td></tr>
<!-- newsletter stop //-->
javascript
Kod
function send()
{
window.open("http://news.sklep-oriflame.com:80//subscribe.php","title","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0, width=350,height=200,left=300,top=300");
}