Publisher 2007 Hyperlinks

A

amsgnw

Is it possible to capture back a visitor to my website after they have used a
hyperlink to another companies website?

Thanks -
 
D

DavidF

One way to "capture back" a visitor is to have your links set to open in a
new window. When closed, you site is still there.

Reference:
http://office.microsoft.com/en-us/publisher/HA011587451033.aspx
describes two methods.

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