Opening a new window without minimising the first

B

Ben

Hello ,
I'm using the following code from David's site to open a
new window without departing from my own website

<target="_display"href="http://www.domain.com">Link
Text</a>

This works fine but when I click on a second link it does
open the new link in the already opened window but it
irritatingly minimises it so that at first glance it
looks as if it's disappeared. Can I make it NOT minimise.
I don't necessarily want it to be full screen just the
same size and position as the first window so that
whatever content was in the first window is simply
replaced by new content.

Tks again this is my second post today.
 
D

David Bartosik - MS MVP

sizing and position of the windows is an random irritant of IE. that you
can't control, and it'll differ by each user. you can change the
"_display" to be
"_blank"
in order to open another window rather than reuse one.
the additional window may size to the same size as an existing one.

--
David Bartosik - MS MVP
for Publisher help:
www.davidbartosik.com
enter to win Pub 2003:
www.davidbartosik.com/giveaway.aspx
 

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