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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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