Paul ||| DANKE!: Wenn Firefox -> mache PopUp größer! (status=no)

Beitrag lesen

Hey danke vielmals..
Es funktioniert alles und ich darf wieder glücklich sein :)

---Ende---

<script language="javascript" type="text/javascript">
<!--- Hide script from old browsers
var fensterhoehe = 0;
if(document.all&&!window.opera){
fensterhoehe = 285;
}
else{
fensterhoehe=355;
}
function FensterQuer(Ziel,Dateiname)
{
NewWindow=window.open("about:blank","Dateiname","dependent=yes,left=100,top=100,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no,width=1,height=1");
        NewWindow.document.write ("<html><head><title>"+Dateiname);
        NewWindow.document.write ("</title></head>");
        NewWindow.document.write ("<body style='margin:0px;' marginwidth='0' marginheight='0' onload='focus()'>");
        NewWindow.document.write ("<img src="+Ziel+" border='0'>");
        NewWindow.document.write ("</body></html>");
        NewWindow.resizeTo(350,fensterhoehe);
}
// end hiding from old browsers -->
</script>