Hallo ,
So müsste es eigentlich zumindest in neueren Browsern (>4) funktionieren:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>popup</title>
<style type="text/css"><!--
html, body, table {
border:0;
height:100%;
width:100%;
padding:0;
}
td.unten {
text-align:center;
height:1ex;
}
--></style>
</head>
<body>
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<!-- ########## Dein Inhalt ############# -->
</td>
</tr>
<tr>
<td class="unten">
<a href="javascript:close()">Fenster schließen</a>
</td>
</tr>
</table>
</body>
</html>
Und hier auch für NS4 aber nicht valide
<html>
<head>
<title>popup</title>
</head>
<body>
<table cellpadding="0" cellspacing="0" height="100%" width="100%" border="1">
<tr>
<td height="100%">
<!-- ########## Dein Inhalt ############# -->
</td>
</tr>
<tr>
<td>
<center>
<a href="javascript:close()">Fenster schließen</a>
</center>
</td>
</tr>
</table>
</body>
</html>
Hoffentlich sind keine Fehler drin ;-)
Jeena Paradies
Ihr wisst ja nichts ist besser als Bass.