%% BIOVBSCRIPT: Calling MATLAB from a Web Page using VBScript
% On Microsoft Windows, MATLAB can act as an ActiveX automation server. You
% can access this server using VBScript from within a web page. 
%
% Note that this example must be run in a browser that supports VBScript.
% Also, the browser's security settings must be set to enable ActiveX
% controls to run in scripts. For example, in Internet Explorer, go to
% Tools->Internet Options->Security and select "Custom Level."  The
% "Initialize and script ActiveX controls not marked as safe" setting must
% be set to either Enable or Prompt.  	

%   Copyright 2004 The MathWorks, Inc.
%   $Revision: 1.1.10.1 $  $Date: 2004/12/24 20:38:17 $

biodemosdir = [matlabroot '\toolbox\bioinfo\biodemos\html\'];
web([biodemosdir 'seqdemo_vbscript.html'],'-browser');
