![]() |
|
|
+ Search |
![]()
|
May 23rd, 2001 09:46
Ben Gordon, John Middlemas, http://www.pageresource.com/jscript/jwinopen.htm
I do not believe that you can maximize an IE window using
target="_blank" however if you use javascript to open the window there
are several ways to maximize it probably the easiest is to add
"fullscreen=yes" to the window open command something like
window.open('http://www.mypage.com','mywindow','fullscreen=yes')
If you are not familiar with the window open command you can get more
info here http://www.pageresource.com/jscript/jwinopen.htm