javascript - Bootstrap modal: disable opening in new tab/window -


i've got this.

question: how disable opening home , profile tabs in new window?

the solution simple: add oncontextmenu="return false;" ul element.

<ul class="nav nav-tabs" oncontextmenu="return false;">   <li class="active"><a href="#home" data-toggle="tab">home tab</a></li>   <li><a href="#profile" data-toggle="tab">profile tab</a></li> </ul> 

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -