New windows...

  • Thread starter Thread starter JBM
  • Start date Start date
J

JBM

I have two somewhat related questions.
1. How do I get new IE windows to open maximized when a
new window is displayed?
2. When I put a link in a document or on a web site, how
do I have it open in a new window verses the same IE
window? I know about the "open in a new window" function
from right clicking, but other users may not.

Many thanks,
John
 
John,
1. Stretch that second (child) window out to full size- don't maximize it.
Close the first window then close that second window.
2. A regular link would be
<A HREF="http://www.yahoo.com">Yahoo</A>
To open in a new window the link would be
<A HREF="http://www.yahoo.com" target="_blank">Yahoo</A>
The additional code is [space]target="_blank"

Regards,
Don
 
Back
Top