Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [JS] PopUp Problem (https://www.gegen-bilderklau.net/thread.php?threadid=142229)


Geschrieben von Krissy* am 06.10.2008 um 13:42:

  PopUp Problem

Da mir leider bei den Tuts keiner geholfen hat / helfen konnte..nun hier^^
Also nachdem ich einen code gefunden habe der mit zumindest mal das popup öffnet habe ich nun ein problem. Es öffnet sich in diesen 3 Pop ups immer die selbe seite O.o

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
<html>
<head>
<title>Bilder</title>

<STYLE type="text/css">
A:link{COLOR: #000000; TEXT-DECORATION: none; }
A:visited{COLOR: #000000; TEXT-DECORATION: none; }
A:active{COLOR: #000000; TEXT-DECORATION: none; }
A:hover{COLOR: #FF0000; TEXT-DECORATION: none; }
</STYLE>
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}
-->
</STYLE>
</head>

<body>
<center><br><br>
<script LANGUAGE="JavaScript">
function eKiwi() {
fenster = window.open(" tiere.html ","PopUp1","width= 800 ,height= 600 ,menubar=no,toolbar=no,scrollbars=auto,status=no,resizable=no,location=no,hotkeys=no")
}
</script>

<a href="JavaScript:eKiwi()"><img border="0" src=" vorschautiere.jpg "></a>
<br>
<script LANGUAGE="JavaScript">
function eKiwi() {
fenster = window.open(" italien.html ","PopUp2","width= 800 ,height= 600 ,menubar=no,toolbar=no,scrollbars=auto,status=no,resizable=no,location=no,hotkeys=no")
}
</script>


<a href="JavaScript:eKiwi()"><img border="0" src=" italienvorschau.jpg "></a>
<br>

<script LANGUAGE="JavaScript">
function eKiwi() {
fenster = window.open(" sonstigebilder.html ","PopUp3","width= 800 ,height= 600 ,menubar=no,toolbar=no,scrollbars=auto,status=no,resizable=no,location=no,hotkeys=no")
}
</script>
</head>
<body>

<a href="JavaScript:eKiwi()"><img border="0" src=" sonstigevorschau.jpg "></a>

</center>
</body></html>


vllt. kann mir ja jemand helfen unglücklich



Geschrieben von Krissy* am 06.10.2008 um 19:33:

 

aha okay =')

..Ja gib mir mal den wobei ich viele schon durch probiert hatte aus dem Tut.



Geschrieben von Krissy* am 06.10.2008 um 21:06:

 

sou? funktioniert leider immernoch nicht richtig :/

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
<html>
<head>
<title>Bilder</title>

<STYLE type="text/css">
A:link{COLOR: #000000; TEXT-DECORATION: none; }
A:visited{COLOR: #000000; TEXT-DECORATION: none; }
A:active{COLOR: #000000; TEXT-DECORATION: none; }
A:hover{COLOR: #FF0000; TEXT-DECORATION: none; }
</STYLE>
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}
-->
</STYLE>
</head><body>

<body>
<center><br><br>
<script LANGUAGE="JavaScript">function eKiwi() {fenster = window.open(" tiere.html ","PopUp1","width= 740 ,height= 600 ,menubar=no,toolbar=no,scrollbars=yes,status=no,resizable=no,location=no,hotkeys=no")}</script><a href="JavaScript:eKiwi('tiere.html','Tiere')"><img border="0" src=" vorschautiere.jpg "></a>
<br>

<script LANGUAGE="JavaScript">function eKiwi() {fenster = window.open(" italien.html ","PopUp2","width= 740 ,height= 600 ,menubar=no,toolbar=no,scrollbars=yes,status=no,resizable=no,location=no,hotkeys=no")}</script><a href="JavaScript:eKiwi('italien.html','Ialien')"><img border="0" src=" italienvorschau.jpg "></a>
<br>

<script LANGUAGE="JavaScript">function eKiwi() {fenster = window.open(" sonstigebilder.html ","PopUp3","width= 740 ,height= 600 ,menubar=no,toolbar=no,scrollbars=yes,status=no,resizable=no,location=no,hotkeys=no")}</script><a href="JavaScript:eKiwi('sonstigebilder.html','Sonstige')"><img border="0" src=" sonstigevorschau.jpg "></a>

</center>
</body></html>


Forensoftware: Burning Board, entwickelt von WoltLab GmbH