Open link in new window MAXIMIZED

  • Thread starter Thread starter David French
  • Start date Start date
D

David French

Is there any way to force a new window to open maximized from a hyperlink?

Dave French
 
Yes, however you would have to use JavaScript to create the window and many visitors to your site
may never return after having this happen.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
So the size of the window is determined by the last IE window that was
closed, correct?

Dave

PS - My compliments on a SPEEDY reply!! Very refreshing!
 
Yes, if you just specify New Window (_blank) as the frame target.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
You may want to test by;
javascript:resizeTo(800,600);
moveTo(0,0);document.location.href='http://my.msn.com'

You will find much more info at:

=======================================
Regards, Gary 'Doc' Adams in Louisiana @ 314.479.8201

(e-mail address removed)
http://computerteachers.digital-mall-online.com/
~ Read to Learn - Write to Think ~
=======================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top