| DavidF 2007-01-10, 6:57 pm |
| Reference: Create a hyperlink in Publisher that opens in a new window:
http://office.microsoft.com/en-us/p...1587451033.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
"Hollywood" <Hollywood@discussions.microsoft.com> wrote in message
news:59215464-DDA4-4635-ACF4-42488B0B2D88@microsoft.com...
> Can someone provide simple instructions of how to do this and provide the
> code?
> --
> www.verdevalleyrealestate.com
>
|