Hallo.
Ich bin noch relativ neu auf dem Gebiet und ich hatte vor über
meine script.php aufzurufen, die einen Layer auf die Seite machen sollte.
die script.php sieht so aus:
Aber irgendwie scheint das alles nicht so richtig zu funktionieren, sitze da schon ewig davor, kann mir da jmd helfen?
Danke. lg doncor2007
Ich bin noch relativ neu auf dem Gebiet und ich hatte vor über
PHP-Code:
<script type="text/javascript" scr="script.php"></script>
die script.php sieht so aus:
PHP-Code:
echo '
<script type="text/javascript">
document.getElementById(\'lala\').style.fontFamily=\'Verdana, Geneva, Arial, sans-serif\';
document.getElementById(\'lala\').style.backgroundColor=\'#FFF\';
document.getElementById(\'lala\').style.textAlign=\'center\';
document.getElementById(\'lala\').style.marginTop=\'-230px\';
document.getElementById(\'lala\').style.marginLeft=\'-300px\';
document.getElementById(\'lala\').style.position=\'absolute\';
document.getElementById(\'lala\').style.top=\'50%\';
document.getElementById(\'lala\').style.left=\'50%\';
document.getElementById(\'lala\').style.width=\'600px\';
document.getElementById(\'lala\').style.height=\'460px\';
document.getElementById(\'lala\').style.visibility=\'visible\';
function hide(){document.getElementById(\'lala\').style.visibility=\'hidden\';};
document.write('
<div id=\"lala\">
<a href=\"http://www.sim2win.de\" target=\"_blank\">
<embed src=\"movie/film.wmv\" autostart=\"true\" showControls=\"false\"
loop=\"false\" hidden=\"false\" width=\"600\" height=\"450\" menu=\"false\">
</a>
<a href=\"http://www.sim2win.de\" target=\"_blank\">
<img src=\"grafic/1.gif\" border=0>
<img src=\"grafic/2.gif\" border=0>
</a>
<a href=\"http://www.sim2win.de\" target=\"_blank\">
<img src=\"grafic/3.gif\" border=0>
</a>
<a href=\"http://www.sim2win.de\" target=\"_blank\">
<img src=\"grafic/4.gif\" border=0>
</a>
<a href=\"javascript: hide()\">
<img src=\"grafic/5.gif\" border=0>
</a>
</div>
');
</script>
';
Danke. lg doncor2007
Kommentar