pop-up
mr.bonheur
- javascript
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>
HALLO.
JA HALLO ICH HABE VERSUCHT
MIR ALLEIN IST ES VORBEHALTEN, IN GROSSSCHRIFT ZU SPRECHEN. UND ICH BENUTZE KEINE MULTIPLEN AUSRUFEZEICHEN, MAL DAVON ABGESEHEN, DASS ICH DIE SPRACHLICHEN FÄHIGKEITEN MEINER ZUHÖRER NICHT DERGESTALT ÜBERSTRAPAZIERE.
AUS EINEM FLASH FILE 4POPUPS DURCH EINEN KLICK AUFZUPOPEN.
WOHER WEISST DU SO GENAU, DASS DAS PROBLEM NICHT IN FLASH BEGRÜNDET IST?
DAS PROBLEM IST:
KEINE SORGE. DEINE PROBLEME SIND BALD GELÖST.
<script language=JavaScript>
ES FEHLT DAS TYPE-ATTRIBUT.
TOD
Versuch mal:
function OpenWindow(){
win1=window.open('intro.html','mode','scrollbars=no, resizable=no,width=400,height=400,screenX="200",screeny="800",left="650",top="320",status=no');
win2=window.open('movie1.html','hohensinner','scrollbars=no, resizable=no,width=400,height=180,screenX="200",screeny="800",left="650",top="100",status=no');
...
}