Matthias Reitinger
ɐɯıǝɹ
Hallo,
Grüße,
Matthias
Javascript:
function popup(action) {
if (action == "open") {
options = "resizable=1,scrollbars=1,toolbar=0,menubar=0,location=0,directory=0,width=140,height=140";
popup_window = window.open("about:blank", "", options);
} else {
popup_window.close();
}
}
Grüße,
Matthias