J
John A Grandy
I have a js function that dynamically generates a block of html that
includes an anchor tag :
<a href="http://www.google.com" target="_blank" />
When the user clicks this link, the new IE6 browser window is full vertical
size, but only half horizontal size (of available screen area).
Starting iexplore.exe independently opens a full-size browser window.
Is this a machine-by-machine problem related to some OS or IE config setting
? Or can html be written to ensure that the newly opened browser window is
full-size ?
Thanks.
includes an anchor tag :
<a href="http://www.google.com" target="_blank" />
When the user clicks this link, the new IE6 browser window is full vertical
size, but only half horizontal size (of available screen area).
Starting iexplore.exe independently opens a full-size browser window.
Is this a machine-by-machine problem related to some OS or IE config setting
? Or can html be written to ensure that the newly opened browser window is
full-size ?
Thanks.