mr.bonheur: pop-up

Beitrag lesen

JA HALLO ICH HABE VERSUCHT AUS EINEM FLASH FILE 4POPUPS DURCH EINEN KLICK AUFZUPOPEN. DAS PROBLEM IST: ES FUNKTIONIERT AM MAC - AM PC JEDOCH ZEIGT ER NIR NUR MEHR EINES-!!!!
KANN MIR BITTE JEMAND HELFEN
DANKE --

--ANBEI DER QUELLTEXT::

<script language=JavaScript>
<!--
function OpenWindow()
    {window.open('intro.html','mode','scrollbars=no, resizable=no,width=400,height=400,screenX="200",screeny="800",left="650",top="320",status=no');}
function OpenWindow2()
    {window.open('movie1.html','hohensinner','scrollbars=no, resizable=no,width=400,height=180,screenX="200",screeny="800",left="650",top="100",status=no'); }
function OpenWindow3()
    {window.open('movie2.html','oliver','scrollbars=no, resizable=no,width=400,height=180,screenX="200",screeny="800",left="230",top="320",status=no');}
function OpenWindow4()
    {window.open('movie3.html','palmers','scrollbars=no, resizable=no,width=400,height=180,screenX="200",screeny="800",left="230",top="540",status=no');}
function OpenWindow5()
    {window.open('movie4.html','dobble','scrollbars=no, resizable=no,width=400,height=180,screenX="200",screeny="800",left="650",top="320",status=no');}
//-->
</script>