|
schau mal ob das hilft....
hallo
so ich habe dir mal eine seite erstellt, die wen sie voll geladen ist eine andere seite öffnet mit den massen 1024 x 768.
weis nett ob du das meinst.
---------
hier der cod für die haupt seite die eine 1024 x 768 pixel grosse seite aufruft wen sie geladen ist:
----
<html>
<head>
<title>hauptseite</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="NewWindow('http://www.deinedomain.de/grosse.seite.html','mypopup','1024 ','768 ','center','front');">
<script language='JAVASCRIPT' type='TEXT/JAVASCRIPT'>
<!--
var win=null;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
win.focus();}
// -->
</script>
</body>
</html>
----
das dick markierte da kannste die grösse ändern von der aufgerufenen seite !
ich höffe ich habe die frage richtig verstanden, wen nicht sorry... !
__________________
also bis bald.....
einfach Mampf
|