hyperlink open in a new page

T

TexasTown

After reading all the other posts, and inserting "HTML Code Fragment" here's
my prob. I don't want folks to see the actual HTML text. I got a pic of a
calendar, and, I want it to simply open my yah00 calendar in another window.
I've figured out how to patch a pic to a link, but (of course) I want it to
open in a new window, again, without the HTML text being visible.
What am I missing?
 
D

DavidF

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

Use the ECMAScript code approach, and insert the hyperlink into your image.
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>

If you have follow up or future questions, please post in the web group:
microsoft.public.publisher.webdesign and we will try to help you there

DavidF
 
M

Maureen

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

Use the ECMAScript code approach, and insert the hyperlink into your
image. 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>

If you have follow up or future questions, please post in the web group:
microsoft.public.publisher.webdesign and we will try to help you there

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