<img src="...." onmouseover="window.open('somefile.html','_blank')">

解决方案 »

  1.   

    你是提示﹐還是打開新窗口﹐或是中幀中加載
    1.提示 用title屬性
    <a href="#" title="新html文件">
    <img title="新html文件">
    2.開新窗口 onmouseover="window.open()"
    <a href="#" onmouseover="window.open(新html文件)">
    <img onmouseover="window.open(新html文件)">
    3.幀中加載 用 onmouseover="幀名.location='新html文件'"
    <a href="#" onmouseover="幀名.location='新html文件'">
    <img onmouseover="幀名.location='新html文件'">
      

  2.   

    你是提示﹐還是打開新窗口﹐或是中幀中加載
    1.提示 用title屬性
    <a href="#" title="新html文件">
    <img title="新html文件">
    2.開新窗口 onmouseover="window.open()"
    <a href="#" onmouseover="window.open(新html文件)">
    <img onmouseover="window.open(新html文件)">
    3.幀中加載 用 onmouseover="幀名.location='新html文件'"
    <a href="#" onmouseover="幀名.location='新html文件'">
    <img onmouseover="幀名.location='新html文件'">
      

  3.   

    我用了
    <img title="新html文件">可惜没有用的
      
      

  4.   

    我调试了
    <img src="" title="http://sms88.8u8.com/love/test2.htm">
    可惜看不到效果
      

  5.   

    <img src="" title="http://sms88.8u8.com/love/test2.htm">
    只提示html文件的名稱﹐不會開啟html文件的內容。
      

  6.   

    <img src="" title="http://sms88.8u8.com/love/test2.htm">
    只提示html文件的名稱﹐不會開啟html文件的內容。
    用2﹑3就開啟html文件的內容
      

  7.   

    用window.popup()或window.showModalDialog().