----- Original Message -----
From: "," <>
Newsgroups: microsoft.public.word.web.authoring
Sent: Wednesday, January 14, 2004 12:31 AM
Subject: Hyperlink Help
> Can someone tell me what to do so my hyperlinks open in either a new
> window or within the actual application (Word, Excel, Acrobat Reader,
[quoted text clipped - 8 lines]
>
> ps.. I am on a network and cannot toy with any global settings.
in a link such as " <a href="mypage.html">My Page</a>"
you modify it to the following <a href="mypage.html' Target="Display">My
Page</a>"
this will cause the link to open in a new and additional page, in addition
to the one currently open.
As far as running applications from within a web page?
That is controlled by the users brower and whether they have plug-ins for
that browser capable of running additional software. PDF's, WAV's and others
come to mind immediately.
, - 15 Jan 2004 02:11 GMT
> ----- Original Message -----
> From: "," <>
[quoted text clipped - 25 lines]
> that browser capable of running additional software. PDF's, WAV's and others
> come to mind immediately.
Thanks. Got item 1.
But in terms of opening in a browser, I don't want the excel doc or word
doc to open within IE. Anyway to force it to actually open the
application?
lostinspace - 15 Jan 2004 02:33 GMT
----- Original Message -----
From: "," <>
Newsgroups: microsoft.public.word.web.authoring
Sent: Wednesday, January 14, 2004 9:11 PM
Subject: Re: Hyperlink Help
> In article <>,
>
[quoted text clipped - 33 lines]
> doc to open within IE. Anyway to force it to actually open the
> application?
It all revolves around the browser.
With ActiveX and if you desire to learn in that direction?
I'm told most anything is possible, pending the knowledge and precautions
that the user
has taken to make their atmosphere secure.
I have ActiveX and all scripting turned off.
The best direction for you to go is to look for plug-ins. It still comes
down to user choice.
You can't force a user to do anything.