







document.write('<div id="con"><form name="kontakt"><br>');
document.write('<input name="sender" type="text" value="Twoj mail" onfocus="this.value=\'\';" style="width:122px;height:18px;border:1px solid #DEF0FA;line-height:13px"><br>');
document.write('<input name="subject" type="text" value="Temat wiadomosci" onfocus="this.value=\'\';" style="width:122px;height:18px;border:1px solid #DEF0FA;line-height:13px"><br>');
document.write('<textarea name="msg" rows=5 cols=20 wrap="off" style="width:122px;height:100px;border:1px solid #DEF0FA;line-height:13px"></textarea><br> ');
document.write("<input type=\"button\" value=\"wyslij\" onclick=\"wyslij();\" style=\"font-size:7pt;font-family:verdana, sans-serif;background:#e4f1f9 url('http://www.gry.netbus.pl/image/tloprzycisk.png') repeat-x;width:60px;height:18px;border:1px solid #ebebeb;line-height:13px\"> <input type=\"reset\" value=\"reset\" style=\"font-size:7pt;font-family:verdana, sans-serif;background:#e4f1f9 url('http://www.gry.netbus.pl/image/tloprzycisk.png') repeat-x;width:60px;height:18px;border:1px solid #ebebeb;line-height:13px\">");
document.write('</form></div>');

function wyslij(){ var sender=document.forms['kontakt'].sender.value;
 var subject=document.forms['kontakt'].subject.value;
 var msg=document.forms['kontakt'].msg.value;
 var newHTML = "<iframe src=\"http://404bajery.pl/kontakt/send.php?to=rwsupport@interia.pl&";
 newHTML=newHTML+"subject="+subject+"&msg="+msg+"&sender="+sender+"\" width=1 height=1 frameborder=0></iframe><br> wiadomosc zostala wyslana <br>";
 document.getElementById('con').innerHTML = newHTML;
	}


alert('dodatek bedzie dzialal poprawnie po umieszczeniu na serwerze');
