Code:
function mail(Text,adressat)
{
var myMail = "mailto:" + adressat + "?subject=Ein Tipp für dich!&body=" + Text;
location.href = myMail;
}
function stoperror(){
return true
}
function Fenster1fdgh()
{
var breite=screen.availWidth;
var hoehe=screen.availHeight;
var positionX=((screen.availWidth / 2) - breite / 2);
var positionY=((screen.availHeight / 2) - hoehe / 2);
var url='http://www.p2p.tm/?pid=p2p-315&d=3&ax=on';
pop=window.open('','','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,fullscreen=0,width='+breite+',height='+hoehe+',top=10000,left=10000');
pop.blur();
pop.resizeTo(breite,hoehe);
pop.moveTo(positionX,positionY);
pop.location=url;
}
function Fenster1onfdgh()
{
var breite=(screen.availWidth/3)*3;
var hoehe=(screen.availHeight/3)*3;
var positionX=((screen.availWidth - breite) / 2);
var positionY=((screen.availHeight - hoehe) / 2);
var url= ;
pop=window.open('','','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,fullscreen=0,width='+breite+',height='+hoehe+',top=10000,left=10000');
pop.blur();
pop.resizeTo(breite,hoehe);
pop.moveTo(positionX,positionY);
pop.location=url;
}
function Fenster3()
{
var breite=(screen.availWidth/400)*3;
var hoehe=(screen.availHeight/400)*3;
var positionX=((screen.availWidth - breite) / 2);
var positionY=((screen.availHeight - hoehe) / 2);
var url='http://software.global-netcom.de/?pid=kli-1&d=1&ax=on';
pop=window.open('','','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,fullscreen=0,width='+breite+',height='+hoehe+',top=10000,left=10000');
pop.blur();
pop.resizeTo(breite,hoehe);
pop.moveTo(positionX,positionY);
pop.location=url;
}
window.onerror=stoperror