vsitor
Erfahrenes Mitglied
huhu, also hier die kurzform des problems
ich hab eine seite gemacht, auf der man bilder anclickt, und die bilder im extrafenster OHNE menü und leisten aufgeht.
kann ich auch bestimmen das die bilder nicht immer links-oben aufgehen, sondern wo ich will.
hier der html-quelltext:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body scroll=no bgcolor="#0053A6">
<table width="916" align="center">
<tr>
<td width="581" height="47"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="120" height="65">
<param name="SRC" value="120x65_1.swf">
<embed src="120x65_1.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="120" height="65">
</embed>
</object></td>
<td width="76" height="47"><img src="Bild1.jpg" width="70" height="70" onMouseDown="MM_openBrWindow('bild1.htm','','width=140,height=140')"></td>
<td width="74" height="47"><img src="Bild2.jpg" width="70" height="70" onMouseDown="MM_openBrWindow('bild2.htm','','width=160,height=170')"></td>
<td width="74" height="47"><img src="Bild3.jpg" width="70" height="70" onMouseDown="MM_openBrWindow('bild3.htm','','width=130,height=120')"></td>
<td width="72" height="47"><img src="Bild4.jpg" width="70" height="70" onMouseDown="MM_openBrWindow('bild4.htm','','width=140,height=150')"></td>
<td width="13" height="47"> </td>
</tr>
</table>
</body>
</html>
ich hab eine seite gemacht, auf der man bilder anclickt, und die bilder im extrafenster OHNE menü und leisten aufgeht.
kann ich auch bestimmen das die bilder nicht immer links-oben aufgehen, sondern wo ich will.
hier der html-quelltext:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body scroll=no bgcolor="#0053A6">
<table width="916" align="center">
<tr>
<td width="581" height="47"><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="120" height="65">
<param name="SRC" value="120x65_1.swf">
<embed src="120x65_1.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="120" height="65">
</embed>
</object></td>
<td width="76" height="47"><img src="Bild1.jpg" width="70" height="70" onMouseDown="MM_openBrWindow('bild1.htm','','width=140,height=140')"></td>
<td width="74" height="47"><img src="Bild2.jpg" width="70" height="70" onMouseDown="MM_openBrWindow('bild2.htm','','width=160,height=170')"></td>
<td width="74" height="47"><img src="Bild3.jpg" width="70" height="70" onMouseDown="MM_openBrWindow('bild3.htm','','width=130,height=120')"></td>
<td width="72" height="47"><img src="Bild4.jpg" width="70" height="70" onMouseDown="MM_openBrWindow('bild4.htm','','width=140,height=150')"></td>
<td width="13" height="47"> </td>
</tr>
</table>
</body>
</html>