Mahlzeit,
ich hab schon überall geguckt, komme aber auf keine Lösung.
Meine seite öffnet sich als popup fenster und ich möchte das die größe nicht verändert werden kann.
Das ganze funktioniert auch im IE jedoch mit dem neuen update von firefox kann man dort die größe verändern.
Wäre net wenn jemand helfen kann, hier mal der code
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Rückschlag - Die Kinder eurer Feinde</title>
<style type="text/css">
.style1 {
text-align: center;
}
</style>
</head>
<body style="background-color: #ABABAB">
<div class="style1">
<p class="style1"> </p>
<p class="style1"> </p>
</body>
</div>
<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
cookie_str = document.cookie;
cookie_str.toString();
pos_start = cookie_str.indexOf(name);
pos_end = cookie_str.indexOf('=', pos_start);
cookie_name = cookie_str.substring(pos_start, pos_end);
pos_start = cookie_str.indexOf(name);
pos_start = cookie_str.indexOf('=', pos_start);
pos_end = cookie_str.indexOf(';', pos_start);
if (pos_end <= 0) pos_end = cookie_str.length;
cookie_val = cookie_str.substring(pos_start + 1, pos_end);
if (cookie_name == name && cookie_val == "done")
return;
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
<body bgcolor="black" text="white">
<p align="center"><a href="javascript:na_open_window('win', 'Site/Ohne_Titel_1.htm', 0, 0, 845, 599, 0, 0, 0, 0, 0)" target="_self"><br><br><img src="Site/Bilder/eingang.jpg" border="0" width="500" height="500"></a><br></p>
<p align="center">Offizielle Rückschlag Seite - Design by Oli</p>
[/code]