Opening links in a New window

C

CJ

I created my own website.
Within my website I have hyperlinks to other websites.

When the user clicks on those links, I'd like it to open that link in "New
Window."
Is it possible to set up my links in Publisher 2000 that way?
 
B

Brian Kvalheim [MSFT MVP]

CJ said:
I created my own website.
Within my website I have hyperlinks to other websites.

When the user clicks on those links, I'd like it to open that link in
"New Window."
Is it possible to set up my links in Publisher 2000 that way?

See 7th one down at this link:
http://www.publishermvps.com/Default.aspx?tabid=30

--
Brian Kvalheim
Microsoft Publisher MVP
http://www.publishermvps.com
~pay it forward~

This posting is provided "AS IS" with no warranties, and
confers no rights.
 
R

Roger

Brian, whoever maintains the link you cited removed necessary info. I am
using Publisher 2007 and want to create links to websites in new windows so
that people can stay on my web site while they look at another web site in
another window. Any ideas? (I have found the answer for the earlier version
(Publisher 2003?) but this method does not work. Thanks, Roger
 
D

DavidF

Brian hasn't been around for a couple years now, and the content that was on
publishermvps.com has been either archived by David Bartosik, or some of
Brian's was moved to Ed's blog.

I am guessing that what you are looking for is here:
http://office.microsoft.com/en-us/publisher/HA011587451033.aspx
describes two methods of opening links in a new window.

And if you choose to use the ECMAScript code approach note that the first
javascript code snippet is incorrect on the website. Use this instead:


<script language="JavaScript" type="text/javascript">function Show(Url,
Name, Features) { window.open(Url, Name, Features); }</script>


DavidF
 

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