hallo, ich wollte gerne ein Popup-Fenster für ein Kontaktformular öffnen. Vom CK-Editor wurde dieser Code generiert:
<a href="http://r-best.de/kontakt-biz" onclick="window.open(this.href, '', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no'); return false;"><img alt="Onlinebusiness Infos" class="aligncenter size-full wp-image-74" height="44" src="http://forquid.de/wp-content/uploads/2012/08/weitere-infos.png" style="margin-top: 5px; margin-bottom: 5px;" title="Ja, ich möchte weitere Infos" width="171" />
Irgendwie klappt das aber nicht so recht. Bevor ich die Frage abschickte, fand ich aber noch eine Lösung dazu, die ich hier gleich mitgeben möchte:
<a href="#" onclick="window.open('http://r-best.de/kontakt-biz', 'Kontaktform', 'width=600,height=800,left=20,top=20,resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no'); return false;"><img alt="Onlinebusiness Infos" class="aligncenter size-full wp-image-74" height="44" src="http://forquid.de/wp-content/uploads/2012/08/weitere-infos.png" style="margin-top: 5px; margin-bottom: 5px;" title="Ja, ich möchte weitere Infos" width="171" /></a>