Bernhard Peissl: Netscape öffnet immer nur ein einziges HTML-Dokument.

Beitrag lesen

Hallo Hendrik!

Hehe, das sind normalerweise immer meine Probleme! Gehört zur Kategorie "Bei allen funktionierts, nur bei mir nicht!" ;-)

Ich habe nämlich keine Probleme. Hab's durch den IE, NS 4.75, und NS 6 gejagt, und überall hat sich ein Fenster aufgemacht. Dann hab ichs geschlossen, und es hat sich wieder eins aufgemacht, ... haut tadellos hin!

Ich stell dir mal "meine" Version deines Scripts hin, copy&paste es einfach mal und schau ob's geht, wenn nicht, haut was anderes nicht hin, bzw. schreib ev. noch wo man sich das _ganze_ Projekt online anschauen kann!

<html>
<head>
<title>Untitled Document</title>
<SCRIPT LANGUAGE="JavaScript">

var hoehe=(screen.height - 570)/2;
var laenge=(screen.width - 295)/2;

function bewegmich() {
  var hugo=window.open('bad_gal_01_script.html','tanzwut','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=yes,copyhistory=0,width=567,height=100');
  hugo.moveTo(laenge+140,hoehe+50);
}

function bewegmichzwei() {
  var eva=window.open('bad_gal_02_script.html','tanzwut','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=yes,copyhistory=0,width=567,height=100');
  eva.moveTo(laenge+140,hoehe+50);
}

function bewegmichdrei() {
  var pete=window.open('bad_gal_03_script.html','tanzwut','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=yes,copyhistory=0,width=567,height=100');
  pete.moveTo(laenge+140,hoehe+50);
}

//-->
</SCRIPT>
</head>

<body bgcolor="#FFFFFF" background="gfx/content_bg.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<img src="gfx/blank_gif.gif" width="193" height="15"> <img src="../material/content_marker.gif" width="13" height="16">
<br>
<img src="../material/blank_gif.gif" width="218" height="30"><br>

<table width="519" hspace="5" cellpadding="0" cellspacing="0" border="0" height="186">
<tr>
<td width="34" height="80"><img src="../material/d_shelley.gif" width="33" height="30"><br>
<img src="../material/blank_gif.gif" width="28" height="191"> <br>
</td>
<td width="146" height="80"><font face="Arial, Helvetica, sans-serif" size="2" color="#000000" class="unnamed1"><img src="../material/blank_gif.gif" width="69" height="8"><br>
<img src="../material/text.gif" width="139" height="190"> </font></td>
<td width="329" height="80">

<table width="29%" border="0" height="200" cellpadding="1" cellspacing="0">
<tr bgcolor="DC8E00">
<td>

<table width="318" border="0" cellpadding="4" cellspacing="0" height="214" bgcolor="FDECDA">
<tr>
<td height="195">

<table border="0" cellpadding="0" cellspacing="0" width="269">
<tr>
<td rowspan="3" valign="top" width="153" height="213"><a href="javascript:bewegmich();"><img src="../photo/01_bad.jpg" width="213" height="213" border="0"></a></td>
<td rowspan="3" valign="top" width="10"><img src="../material/blank_gif.gif" width="3" height="213" align="middle"></td>
<td valign="top" width="106"><a href="javascript:bewegmichzwei();"><img src="../photo/02_bad.jpg" width="105" height="105" border="0"></a></td>
</tr>
<tr>
<td valign="top" width="106" height="2"><img src="../material/blank_gif.gif" width="105" height="3"></td>
</tr>
<tr>
<td valign="top" height="46" width="106"><a href="javascript:bewegmichdrei();"><img src="../photo/03_bad.jpg" width="105" height="105" border="0"></a></td>
</tr>
</table>

</td>
</tr>
</table>

</td>
</tr>
</table>

</td>
</tr>

</table>
</body>
</html>

liebe Grüsse und
gutes Gelingen
  
   Bernhard