Open Link in New Window

G

Gary Wong

How do I open a link on a website in a new window. i.e. My web page contains
URLs which are the links to other websites. When the external link is
clicked, I would like to open it in a new IE window.

Thanks,

Gary
 
A

Amy

I believe you can edit the URL settings in the hyperlink options to open in a
new window. Click right click on the hyperlink and edit and you should have
options to change the window settings.
 
G

Gary Wong

Hi Amy – thanks for your advice. Can you let me know how to change the
setting? I cannot find the related option from the Edit Hyperlink menu.
 
F

Fabrice

I have the same question. With Publisher 2003, we can setup an hypertext link
but did not find any option to indicate that this link should be opened in a
new window.
A solution is to modify the .htm page by editing that way href="..."
target="_blank"

Big pb: this modification should be done at each publication on every link !!!

Does somebody has a better solution ?
 
D

DavidF

In the future I would suggest that you not tag onto an old post, and if you
have a web related question, then post it in the web group:
microsoft.public.publisher.webdesign

Reference: Create a hyperlink in Publisher that opens in a new window:
http://office.microsoft.com/en-us/publisher/HA011587451033.aspx

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