| 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
"Luke" <Luke@discussions.microsoft.com> wrote in message
news:FAF99B8C-0B99-4AF4-90ED-B531B7FD487E@microsoft.com...
> Hi all does any one know if i can opening links and web pages with in a
> web
> pages. so my cliets dont get lost on other peopls site and have to look me
> up
> agian.
> or can some explain a way around the problem
> many thanks regards luke
|