Hi Ralf;
doch wie
frage ich ab, dass dies separate Fenster schon existiert?Hier das Coding:
if (window.preis == true)
{
preis = window.open("", "preisfenster",
"resizable=no,toolbar,status,scrollbars=yes,width=630,height=400");
preis.focus();
} else {
preis = window.open("start.php3", "preisfenster",
"resizable=no,toolbar,status,scrollbars=yes,width=630,height=400");
preis.focus();
}
vielleicht irgendwie folgendermassen:
preis = null;
if (preis != null)
if (!preis.closed)
{
Gruss, Martin