faqts : Computers : Internet : Web : HTML

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

64 of 91 people (70%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

How to get target="_blank" to open a full page in IE
How to get target="_blank" to open a full page in IE

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