Opening A Hyperlink in Another Web Page Browser

S

Shane

Ok, in Microsoft Publisher, I have inserted a hyperlink. When you select the
hyperlink it opens the webpage that it directs you to but does so in the
current browser window. What I would like to do is have the hyperlink open in
a new browser window. Any suggestions?
 
S

Shane

Nevermind, I can not figure how to delete this post. I searched the archives
(something I should have done before posting) and found the answer to the
question.
 
D

Doug

Hi Shane!

I have been searching for excatl the same thing. If you don't mind...
would you email me back and let me know how you do it?

I am putting together a custom fiber optic cable site and what I am trying
to do is this. I have a button titles "sample picture" When the customer
clicks on that button I want a new smaller window to open with a picture of
that sample fiber cable. Does that makes sense? Please help!

thanks,

doug
 
D

DavidF

I don't know what solution Shane found, but...

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