Suche im Forum:
Suchen


Autor Nachricht
Beitrag30.08.2008 um 14:12 (UTC)    
Titel: Nur der Letzte geht, warum?

Wie der Titel sagt:
Warum geht nur der Letzte?

Zitat:
<script language="javascript" type="text/javascript">
<!--
var win=null;

onerror = stopError;
function stopError(){
return true;
}

function wait(){
setTimeout('q1220103407();',1000);
}
function q1220103407(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("Link","Name",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="Link";

setTimeout('win.close()', 10000);
}
// -->
</script>
<body onLoad="wait();"></body>
<body onBlur="self.close()"></body>



<script language="javascript" type="text/javascript">
<!--
var win=null;

onerror = stopError;
function stopError(){
return true;
}

function wait(){
setTimeout('i1220103522();',11000);
}
function i1220103522(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("LINK","NAME",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="LINK";

setTimeout('win.close()', 20000);
}
// -->
</script>
<body onLoad="wait();"></body>
<body onBlur="self.close()"></body>


<script language="javascript" type="text/javascript">
<!--
var win=null;

onerror = stopError;
function stopError(){
return true;
}

function wait(){
setTimeout('o1220103616();',21000);
}
function o1220103616(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("LINK","NAME",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="LINK";

setTimeout('win.close()', 30000);
}
// -->
</script>
<body onLoad="wait();"></body>
<body onBlur="self.close()"></body>
Beitrag30.08.2008 um 14:21 (UTC)    
Titel:

hast du beides gleichzeitiuig auf einer seite?

weil wenn ja würdest du die funktion wait überschreiben:

function wait()
______________
by hoodride.de.tl
Beitrag30.08.2008 um 14:22 (UTC)    
Titel:

die sind alle auf einer seite, wie mache ich das jetzt?
Beitrag30.08.2008 um 14:30 (UTC)    
Titel:

einfach statt wait die funktion zb wait2nennen wiel wenn beide gleich heißen überschrieben sie sich eigentlich
______________
by hoodride.de.tl
Beitrag30.08.2008 um 14:38 (UTC)    
Titel:

Also so:

Zitat:
<script language="javascript" type="text/javascript">
<!--
var win=null;

onerror = stopError;
function stopError(){
return true;
}

function wait(){
setTimeout('q1220103407();',1000);
}
function q1220103407(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("Link","Name",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="Link";

setTimeout('win.close()', 10000);
}
// -->
</script>
<body onLoad="wait();"></body>
<body onBlur="self.close()"></body>



<script language="javascript" type="text/javascript">
<!--
var win=null;

onerror = stopError;
function stopError(){
return true;
}

function wait2(){
setTimeout('i1220103522();',11000);
}
function i1220103522(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("LINK","NAME",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="LINK";

setTimeout('win.close()', 20000);
}
// -->
</script>
<body onLoad="wait2();"></body>
<body onBlur="self.close()"></body>


<script language="javascript" type="text/javascript">
<!--
var win=null;

onerror = stopError;
function stopError(){
return true;
}

function wait3(){
setTimeout('o1220103616();',21000);
}
function o1220103616(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("LINK","NAME",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="LINK";

setTimeout('win.close()', 30000);
}
// -->
</script>
<body onLoad="wait3();"></body>
<body onBlur="self.close()"></body>


Zuletzt bearbeitet von arneboockmeyer am 30.08.2008, 15:39, insgesamt einmal bearbeitet
Beitrag30.08.2008 um 14:46 (UTC)    
Titel:

habs mal verbessert und die funktionen zusammengefasst sollte so richtig sein teste es mal ob es so stimmt vom abgang

Zitat:
<script language="javascript" type="text/javascript">
<!--
var win=null;

onerror = stopError;
function stopError(){
return true;
}

function wait(){
setTimeout('q1220103407();',1000);
}
function q1220103407(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("Link1","Name1",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="Link1";

setTimeout('win.close()', 10000);
}
function wait2(){
setTimeout('i1220103522();',11000);
}
function i1220103522(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("LINK2","NAME2",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="LINK2";

setTimeout('win.close()', 20000);
}
function wait3(){
setTimeout('o1220103616();',21000);
}
function o1220103616(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("LINK3","NAME3",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="LINK3";

setTimeout('win.close()', 30000);
}

// -->
</script>
<body onLoad="wait(), wait2(), wait3();"></body>
<body onBlur="self.close()"></body>

______________
by hoodride.de.tl
Beitrag30.08.2008 um 14:55 (UTC)    
Titel:

es öffnen sich alle, aber nur der letzt schließt sich wieder...
Beitrag30.08.2008 um 14:59 (UTC)    
Titel:

warte das behebe ich gleich
______________
by hoodride.de.tl
Beitrag30.08.2008 um 15:01 (UTC)    
Titel:

ok danke danke
Beitrag30.08.2008 um 16:56 (UTC)    
Titel:

jetzt funktionierts also du willst 25 haben? kann ich machen

Code:
<script language="javascript" type="text/javascript">
<!--

var win=null;
onerror = stopError;
function stopError(){
return true;
}
function wait1(){
setTimeout('a1220103616()',1000);}
function a1220103616(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME3",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',10000);
}
function wait2(){
setTimeout('i1220103616()',12000);}
function i1220103616(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME3",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',21000);
}
function wait3(){
setTimeout('o1220103616()',23000);}
function o1220103616(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME3",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',32000);
}
function wait4(){
setTimeout('z1220103616()',34000);}
function z1220103616(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',43000);
}
// -->
</script>
<body onLoad="wait1(); wait2(); wait3(); wait4()">
<a href="http://google.de">test</a></body>

______________
by hoodride.de.tl
Beitrag30.08.2008 um 17:00 (UTC)    
Titel:

das wäre total nett

danke schonmal im vorraus
Beitrag30.08.2008 um 17:25 (UTC)    
Titel:

Code:
<script language="javascript" type="text/javascript">
<!--

var win=null;
onerror = stopError;
function stopError(){
return true;
}
function wait1(){
setTimeout('popup1()',1000);}
function popup1(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME3",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',10000);
}
function wait2(){
setTimeout('popup2()',12000);}
function popup2(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME3",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',21000);
}
function wait3(){
setTimeout('popup3',23000);}
function popup3(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME3",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',32000);
}
function wait4(){
setTimeout('popup4()',34000);}
function popup4(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',43000);
}
function wait5(){
setTimeout('popup5()',45000);}
function popup4(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',54000);
}
function wait6(){
setTimeout('popup6()',56000);}
function popup6(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',65000);
}
function wait7(){
setTimeout('popup7()',67000);}
function popup7(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',76000);
}
function wait8(){
setTimeout('popup8()',78000);}
function popup8(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',87000);
}
function wait9(){
setTimeout('popup9()',89000);}
function popup9(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',98000);
}
function wait10(){
setTimeout('popup10()',100000);}
function popup10(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',109000);
}
function wait11(){
setTimeout('popup11()',111000);}
function popup11(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',120000);
}
function wait12(){
setTimeout('popup12()',122000);}
function popup12(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',131000);
}
function wait13(){
setTimeout('popup13()',133000);}
function popup13(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',142000);
}
function wait14(){
setTimeout('popup14()',144000);}
function popup14(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',153000);
}
function wait15(){
setTimeout('popup15()',155000);}
function popup15(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',164000);
}
function wait16(){
setTimeout('popup16()',166000);}
function popup16(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',175000);
}
function wait17(){
setTimeout('popup17()',177000);}
function popup17(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',186000);
}
function wait18(){
setTimeout('popup18()',188000);}
function popup18(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',197000);
}
function wait19(){
setTimeout('popup19()',199000);}
function popup19(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',208000);
}
function wait20(){
setTimeout('popup20()',210000);}
function popup20(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',219000);
}
function wait21(){
setTimeout('popup21()',221000);}
function popup21(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',230000);
}
function wait22(){
setTimeout('popup22()',232000);}
function popup22(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',241000);
}
function wait23(){
setTimeout('popup23()',243000);}
function popup23(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',252000);
}
function wait24(){
setTimeout('popup24()',254000);}
function popup24(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',263000);
}
function wait25(){
setTimeout('popup25()',265000);}
function popup25(){
myleft=20;
mytop=20;
settings="width=100,height=100,top=10000,left=10000,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
win=window.open("leer3.html","NAME4",settings);
win.blur();
win.resizeTo(10,height=10);
win.moveTo(mytop,myleft);
win.location="leer3.html";
window.setTimeout('win.close()',274000);
}

// -->
</script>
<body onLoad="wait1();wait2();wait3();wait4();wait5();wait6();wait7();wait8();wait9();wait10();wait11();wait12();wait13();wait14();wait15();wait16();wait17();wait18();wait19();wait20();wait21();wait22();wait23();wait24();wait25();">
<a href="http://google.de">test</a></body>

______________
by hoodride.de.tl
Beitrag30.08.2008 um 17:26 (UTC)    
Titel:

danke danke
Beitrag30.08.2008 um 17:37 (UTC)    
Titel:

bitte
______________
by hoodride.de.tl
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de