grösse

Status
Nicht offen für weitere Antworten.

Mathias_1_2

Grünschnabel
Hallo,

ich habe dieses sript:

<html>
<head>
<title>flash_upload</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="100%,*" frameborder="NO" border="0" framespacing="0">
<frame name="oben" scrolling="NO" noresize src="flash.htm" >
<frame name="unten" src="upload.html">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</body></noframes>
</html>

möchte nun das sich das fenster nur in einer bestimmten grösse öffnet und keine Leisten enthält! Wie muss ich das machen?
 
Überr eine Link der ungefähr so ausschaut:

Code:
<a href="#" onclick="MyWindow=window.open('Script.html','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=400'); return false;">Link</a>
 
Status
Nicht offen für weitere Antworten.
Zurück