hallo,
danke für die schnelle antwort.
ich habe die javascript-funktion folgendermaßen abgeändert:
<script type="text/javascript">
function show_error() {
document.getElementById ("test").innerHTML = "<ul><li><a id='various6' href='http://www.lelux-solutions.de/form_gas.html'>form gas</a></li></ul>";
$(document).ready(function() {
$("#various6").fancybox({
'width' : '100%',
'height' : '100%',
'autoScale' : false,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});
}
</script>
jetzt funktioniert es auch.
danke und gruß
helmut kupper