Home > Applications > webbrowser > webbrowser.m

iFit/webbrowser

PURPOSE ^

webbrowser: basic web browser running from Matlab

SYNOPSIS ^

function ret=webbrowser(url, method)

DESCRIPTION ^

 webbrowser: basic web browser running from Matlab

   Opens a simplistic web browser, built from Matlab/Java.
     Can be used as replacement for the 'web' command in deployed applications.
     Requires a running JVM.
   This browser has very limited rendering capabilities. It does not support 
     JavaScript, and other 'modern' HTML extensions (flash, HTML5,...).
   The browser has a display pane, a Home button, a Back button, an editable URL 
   field, and keeps track of the navigation history. Does not support proxy settings.

   webbrowser        Opens an empty browser.
   webbrowser(file)  Display the specified file (full path or in the Matlab search path)
   webbrowser(url)   Opens a browser displaying the specified URL.
   webbrowser(url,'system') tries first to open the web page with the system browser.

   Copyright: Licensed under the BSD, version 1.0.1
              E. Farhi, ILL, France <farhi@ill.fr> Aug 2017, http://ifit.mccode.org

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1