Why does a new browser window open each time I call the WEB command instead of opening the url in the same existing window in MATLAB 7.9 (R2009b)?
14 views (last 30 days)
Show older comments
I use the '-browser' option to load html in Internet explorer, but every time I open a new page, it opens a new instance of Explorer. In earlier version of MATLAB, the web command used to open the url in the same existing instance of Internet Explorer overwriting the existing page.
0 Comments
Answers (1)
Akshay
on 17 Jan 2011
In MATLAB 7.9 (R2009b), MATLAB honors the browser settings. In Internet Explorer 7 there is the 'Tabs' settings under Tools -> Internet Options. Going inside the 'Settings', there's an option which says 'Open Links from other programs in' and the options are 'A new window', 'A new tab in the current window' and 'The current tab or window'. Selecting 'A new window' option brings about a behavior similar to MATLAB 7.9 (R2009b). Alternatively, selecting 'The current tab or window' brings about a behavior similar to earlier version of MATLAB. Currently, MATLAB cannot override these browser settings.
0 Comments
See Also
Categories
Find more on Environment and Settings in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!