Path: news.mathworks.com!not-for-mail
From: "Mifano " <nchminh@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Hyperlink in Web Browser and ActiveXControl
Date: Fri, 24 Aug 2007 14:26:05 +0000 (UTC)
Organization: ALTRAN
Lines: 23
Message-ID: <famppt$4q8$1@fred.mathworks.com>
References: <famka8$5k7$1@fred.mathworks.com> <famovi$l5o$1@fred.mathworks.com>
Reply-To: "Mifano " <nchminh@gmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1187965565 4936 172.30.248.37 (24 Aug 2007 14:26:05 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 24 Aug 2007 14:26:05 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 407380
Xref: news.mathworks.com comp.soft-sys.matlab:425424



"Yair Altman" <altmanyDEL@gmailDEL.comDEL> wrote in message
<famovi$l5o$1@fred.mathworks.com>...

> matlab: is indeed NOT a valid protocol recognized by regular
> browsers. When you use web(), Matlab uses an internal
> browser to view the requested page - this internal browser
> DOES recognize the matlab: protocol. So, if these links are
> important for you, keep using web().
> 
> Yair Altman
> http://ymasoftware.com
> 

Thank you Yair Altman. 
 
Theses links are important cause they link to Simulink
models as well, so I think I must use web(). 

The question is: Is there some way to display a web page by
using web() on GUI? 

Thanks a lot.