Hallo
Ich will ein Lightbox Kontaktformular aus der Navigationsleiste aus starten - leider gelingt es mir nicht den HTML-code einzubinden.
Was funktioniert: Auf der Startseite erscheint ein Text "zum Formular" als HTML-Platzhalter; klicke ich den an, startet das Formular in der Lightbox wie gewünscht.
Kennt jemand eine Lösung, wie der u.g. Code in die Navigationsleiste eingebunden werden kann.
<link type="text/css" rel="stylesheet" href="http://www.dw-formmailer.de/compress/lightbox_css.php" />
<script src="http://www.dw-formmailer.de/compress/lightbox_js.php"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".dw_64413").colorbox({width:"80%", height:"90%", iframe:true});
});
</script>
<a class="dw_64413" href="http://www.dw-formmailer.de/forms.php?f=64413" target="_blank">zum Formular</a>
Danke