Woran hakts denn?
hallo, ich hab hier 2. scripte die ich zusammenfügen möchte, währe nett wenn mir jemand helfen könnte.
Code:FENSTER OHNE RAHMEN <script> function winopen() { // Here resize the PopUp var popUpSizeX=250; var popUpSizeY=200; // Here move it to any poiny on screen var popUpLocationX=25; var popUpLocationY=02; // URL of the popUp var popUpURL="popup.php"; splashWin = window.open("",'x','fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0'); splashWin.blur(); window.focus(); splashWin.resizeTo(popUpSizeX,popUpSizeY); splashWin.moveTo(popUpLocationX,popUpLocationY); splashWin.location=popUpURL; splashWin.focus(); } </script> ============ FENSTER BEI BERÜRUNG ÖFFNEN <a href="javascript:leer()" onclick="winopen()">Fenster öffnen</a> <SCRIPT LANGUAGE="JavaScript"> <!-- function fenster() { fenster1=open("popup.php","Fenstername","toolbar=no,scrollbars=no,width=400,height=200"); } //--> </SCRIPT> <A href="#" onMouseOut="fenster1.close()"; onMouseOver="fenster(); return true;"> Deine Linkbeschreibung</A> <SCRIPT LANGUAGE="JavaScript"> <!-- function fenster() { fenster1=open("popup.php","Fenstername","toolbar=no,scrollbars=no,width=400,height=200"); } //--> </SCRIPT> <A href="#" onMouseOut="fenster1.close()"; onMouseOver="fenster(); return true;"> Deine Linkbeschreibung</A>
Woran hakts denn?
GCM d- s: a-- C++$ UL P L+ E--- W++ N o? K- w+ !O !M !V PS+ PE Y PGP- t+ 5? X R- tv- b- DI- !D G e h! r++ z?
hallo Jupp,
ich hab von javascript eigentlich keine ahnung, jetzt hab ich einige fragen an dich.
wo und wie muß ich die scripte einfügen?
muß ich sie für jedes bild neu einfügen, oder kann ich ein externes script erstellen und es bei bedarf aufrufen? wenn ja, wie?
ich bin dir für jede hilfe dankbar da ich schon einige tage an dem problem sitze.
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)