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?

11 of 19 people (58%) answered Yes
Recently 6 of 10 people (60%) answered Yes

Entry

How can I get my page to open maximized (not full screen)?

Oct 8th, 2001 07:20
Ben Gordon, Joćo Martins, http://faqts.com/knowledge_base/view.phtml/aid/8534/fid/55


If the new window doesn't require any special sizing or positioning when
it is opened then you can simply add target=?_blank? or target='new' to
you're <a href=""> tag .  If however the window needs to be assigned a
size or position, then you will have to use the answer described here 
http://faqts.com/knowledge_base/view.phtml/aid/8534/fid/55  .
If you need the window to resize on page load you can find a script for 
that here  http://www.dynamicdrive.com/dynamicindex8/automax.htm