English
<!--To achieve this effect, two steps are required. The first step is: add the following code to the <head> area--> <script language="JavaScript"> <!-- function MM_displayStatusMsg(msgStr) { //v1 .0 status=msgStr; document.MM_returnValue = true; } //--> </script> <!--Step 2: Add the following code to the <body> area--> <a href="http: //www.yahoo.com" onMouseOver="MM_displayStatusMsg('Chinese Yahoo search engine!!!'); return document.MM_returnValue"><font color="#0000FF">Chinese Yahoo</font></a>< br> <br> <a href="http://www.163.com" onMouseOver="MM_displayStatusMsg('China's most popular Chinese website'); return document.MM_returnValue"><font color="#0000FF" >NetEase</font></a> <br> <br> <a href="http://www.sina.com.cn" onMouseOver="MM_displayStatusMsg('The best and most complete news website'); return document.MM_returnValue"><font color="#0000FF">Sina</font></a>