Effacer les filtres
Effacer les filtres

Show a particular tab in the web browser

2 vues (au cours des 30 derniers jours)
Daniel Dolan
Daniel Dolan le 15 Avr 2018
Suppose that I have two tabs open in MATLAB's web browser.
[~,A]=web('google.com','-new');
[~,B]=web('bing.com','-new');
I can request focus on the active tab:
B.requestFocus(); % this works
B.grabFocus(); % this also works
but the request does not work for the inactive tab.
A.requestFocus(); % doesn't do anything
A.grabFocus(); % doesn't do anything
So how does one show a tab (other than the active one) in the web browser?

Réponses (0)

Catégories

En savoir plus sur Web Apps dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by