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.
biodemosdir = [matlabroot '\toolbox\bioinfo\biodemos\html\']; web([biodemosdir 'seqdemo_vbscript.html'],'-browser');
To learn how to configure your Web browser type 'help docopt'