PopUp


(Read 411 times - 0 Members and 1 Guest are viewing this topic.)
 Reply Send this topic Print Anmelden / Register

Webmaster-Fragen » PopUp

Pages: [1]

Heidi Klöppel
Guest

PopUp

« on: 12.01.04, 04:54:39 »


Hallo ich versuche ein POPUP Fenster (automatischladend) zu machen, das sich automatisch nach 2 Sekunden wieder schliesst.
Wer kann mir ein Script geben?

Gruss
Heidi
Report to moderator   Logged


Heidi Klöppel
Guest

Re: PopUp

« Reply #1 on: 12.01.04, 05:01:39 »


Bislang habe ich DIES HIER:


<html>
<head>
<script LANGUAGE="JavaScript">
function eKiwi() {
fenster = window.open(" http://www.blablabla.de","PopUp","width=50,height=50,menubar=yes,toolbar=yes,scrollbars=no,status=no,resizable=no,location=no,hotkeys=yes")
}
</script>
<title>Titel der Seite</title>
</head>
<body>
</body>
</html>
Report to moderator   Logged


JoSsiF Offline JoSsiFs PC
Special-Member (8.657)
*****

Re: PopUp

« Reply #2 on: 12.01.04, 07:46:16 »


Moin |

Versuch's mal so:


<html>
<head>
<script LANGUAGE="JavaScript">
function eKiwi() {
fenster = window.open(" http://www.blablabla.de","PopUp","width=50,height=50,menubar=yes,toolbar=yes,scrollbars=no,status=no,resizable=no,location=no,hotkeys=yes");
window.setTimeout("fenster.close()",2000);
}
</script>
<title>Titel der Seite</title>
</head>
<body onload='eKiwi();'>
</body>
</html>

greez Cool
JoSsiF
Report to moderator   Logged


Heidi Klöppel
Guest

Re: PopUp

« Reply #3 on: 12.01.04, 10:55:57 »


DANKE VIELMALS

Das hat gesessen.   ;-)


Grüsse
Heidi
Report to moderator   Logged


Denis Offline
Sr. Member Pro (2.246)
*****

Re: PopUp

« Reply #4 on: 13.01.04, 16:09:27 »


Ich hab auf meiner Pickeon-Seite eins mit 20 Sek. aber ohne automatische öffnung.

_
Report to moderator   Logged

Pages: [1]  Reply Send this topic Print Anmelden / Register 



Ähnliche Themen:
Mai-Patchday: Microsoft will 4 Lücken schließen
System Alert Popup: Wie kann ich dieses Popup entfernen?
Popup
Popup
POPUP
popup?

add bookmark Bookmark:
Jump to:  
Webmaster-Forum am 12.01.2004 | | Mobile Version (Handy, PDA)




Computerhilfen.com | Powered by SMF 2.5.1.
© 2001-2009, Lewis Media. All Rights Reserved.