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 -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -