Ist es möglich ein neues Fenster zu öffnen,daß die Größe des bildes automatisch erkennt, und anpasst?
soweit bin ich gekommen
dabei öffnet es sich mit vordefinierter Größe, das will ich aber nicht)
---------------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Neue Seite 1</title>
<script language="javascript">
<!--
function openWindow(url) {
sFeatures="'width=300,height=500,left=0,top=0,toolbar=0,statusbar=0,scrollbars=0,titlebar=0,resizable=1"
window.open (url,"_blank", sFeatures)
}
//-->
</script>
</head>
<body bgcolor="#ffffff" text="#000000" id=all>
<a href="javascript
penWindow('home9.jpg')">bild1</a>
</body>
</html>
---------------------
Ich danke im vorhinein
Grüsse, Neo
soweit bin ich gekommen
---------------------
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Neue Seite 1</title>
<script language="javascript">
<!--
function openWindow(url) {
sFeatures="'width=300,height=500,left=0,top=0,toolbar=0,statusbar=0,scrollbars=0,titlebar=0,resizable=1"
window.open (url,"_blank", sFeatures)
}
//-->
</script>
</head>
<body bgcolor="#ffffff" text="#000000" id=all>
<a href="javascript
</body>
</html>
---------------------
Ich danke im vorhinein
Grüsse, Neo