New windows...

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
 
D

DVarnau

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
 

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

Top