Popups

Popup-Fenster mit "Nur" - Javascript:

Popup-Fenster öffnen

<a href="#" onclick="window.open('popup.htm', 'Popup', 'height=350, width=350');">Popup−Fenster öffnen</a>

Popup-Fenster mit Fall-Back-Lösung

Popup-Fenster öffnen

<a href="popup.htm" onclick="window.open('popup.htm', 'Popup', 'height=350, width=350');return false;">Popup-Fenster öffnen</a>