»
Tiếng AnhTiếng PhápTiếng Việt

In - Ẩn địa chỉ liên kết trên thanh trạng thái - JavaScriptBank.com

Phiên bản đầy đủ: jsB@nk » Tiêu đề » Thanh trạng thái » Ẩn địa chỉ liên kết trên thanh trạng thái
URL: https://www.javascriptbank.com/hide-status-bar-message.html

Ẩn địa chỉ liên kết trên thanh trạng thái © JavaScriptBank.comHiệu ứng làm ẩn đi địa chỉ của các liên kết trên thanh trạng thái mỗi khi người dùng rê chuột đến liên kết này.

Phiên bản đầy đủ: jsB@nk » Tiêu đề » Thanh trạng thái » Ẩn địa chỉ liên kết trên thanh trạng thái
URL: https://www.javascriptbank.com/hide-status-bar-message.html



JavaScript
<script>//Credit must stay intact for use//configure status message to showvar statusmsg=""function hidestatus(){window.status=statusmsgreturn true}</script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<a href="#" onMouseover="return hidestatus()">Mouse over here then see your status</a><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->