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 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Akshay
2011년 1월 17일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!