Home > Web Front-end > HTML Tutorial > web a????_html/css_WEB-ITnose

web a????_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:23:10
Original
1094 people have browsed it

As follows?


Move the mouse to the a? ?Hide this message? ? ?


Reply to discussion (solution)

This is the default behavior of a. If you want not to display the status bar, you can only use js to overwrite the value of the status bar

as follows?


Move the mouse to a? , the link information of a program is displayed on the screen, how can you hide this prompt information? ? ?

How to use? ? Can you do it together??! ! !

This is the default behavior of a. If you want not to display the status bar, you can only use js to overwrite the value of the status bar

How to use? ? Can you do it together??! ! !

<a href='http://www.xxx' target='_blank' onmouseover="window.status='new message view';return true;">xxx</a> 
Copy after login
Copy after login


If there is no effect, it may be that the browsing settings prohibit changing the status bar content

<a href='http://www.xxx' target='_blank' onmouseover="window.status='new message view';return true;">xxx</a> 
Copy after login
Copy after login


If there is no effect, it may be that the browsing settings It is forbidden to change the content of the status bar in

I tried it, but it still doesn’t work. If you say it is a problem with the browser settings, it is not only used by me, but also by other clients. You can’t force the settings. This It’s not the fundamental solution~~~

I think this requirement is unnecessary from the visitor’s perspective. Who knows if I will be infected by a virus if I click on a link?

I think this requirement is unnecessary from the visitor's perspective. Who knows if I will be infected by a virus if I click on a link?

Well, I’ve learned what I’ve learned,??~~~

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template