Path: news.mathworks.com!not-for-mail
From: "Mifano " <nchminh@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Hyperlink in Web Browser and ActiveXControl
Date: Fri, 24 Aug 2007 12:52:24 +0000 (UTC)
Organization: ALTRAN
Lines: 19
Message-ID: <famka8$5k7$1@fred.mathworks.com>
Reply-To: "Mifano " <nchminh@gmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1187959944 5767 172.30.248.38 (24 Aug 2007 12:52:24 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 24 Aug 2007 12:52:24 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 407380
Xref: news.mathworks.com comp.soft-sys.matlab:425402



I have a htm file called "TEMP.htm" which should NOT be
modified. This file includes the hyperlinks like :

<a href="matlab: !explorer
file:///D:\Dev_MBD_Minh\B_Devpt_fonctions\Setup\SimulinkBestPracticeCGMP.htm#AC">AC_2</a>

When I open this file by Web Browser in Matlab (command
web('url') ), the hyperlinks work correctly. However when I
try to display TEMP.htm on GUI by using: 

hExp = actxcontrol('Shell.Explorer.2',conSize,gcf);     
Navigate2(hExp,filepath);  

this page is displayed but none of hyperlink works. I
receive the same error when I use Internet Explorer to open
TEMP.htm.
It says that the protocol "matlab" is unknown.

Could you tell me how to display the TEMP.htm on GUI correctly?