- From: Dan Miller <danolist@reboot.com>
- Date: Mon, 18 Dec 2000 10:05:36 -0800
- To: www-html@w3.org
> With my Mac the window opened by Netscape is smaller than the one > opened with IE!!! > > how could this happen if there is a tag that specyfies the width and > the height of the opening window??? > > anybody can help me? > > thanks and bye bye Hi Luca, Been there done that! ;) There are also innerWidth and innerHeight attrbutes you might have more luck with. These refer to the inside measurements of the document area of the window. You may find it challenging to bringing all platforms and browsers to identical layout. You could include browser specific branching if you have to, but that starts getting messy... Good luck! Dan Luca Tagliabue wrote: > > hallo, > I have this code in one HTML file: > > <head> > <script language="JavaScript"> > <!-- > function MM_openBrWindow(theURL,winName,features) { //v2.0 > window.open(theURL,winName,features); > } > //--> > </script> > </head> > > <body leftmargin="0" topmargin="0" > onLoad="MM_openBrWindow('new_window.html','New > Window','toolbar=no,resizable=no,width=745,height=430,left=10,top=20')"> > ..... Dan Miller - danolist@reboot.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Statements made and opinions expressed are entirely my own and do not reflect those of ReBoot.com or Mainframe Entertainment. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dan-o's Personal Home Page: http://www.members.home.net/dan-o-miller/
Received on Monday, 18 December 2000 13:04:47 UTC