提示:您可以先修改部分代碼再運行
<html><head><title>類似Windows的彈出式協助</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head><OBJECTid=pophelp type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"><PARAM name="Command" value="HH Version"></oBJECT><script language=javascript>popstyle= "Verdana,10,,";//彈出式協助字型設定function showPophelp(helpstr,w,h,Foreground,Background){if (body.style.cursor=='help')pophelp.TextPopup(helpstr,popstyle,w,h,Foreground,Background);}document.onclick=resetCursorfunction resetCursor(){if (!(event.srcElement.innerText=="?"))body.style.cursor='default';}</script><body id=body ><span onclick="javascript:body.style.cursor='help';" ><big><b>?</b></big></span>(說明:先點擊前面"?"符號,當滑鼠樣式變為"求助"時,點擊下面文字。)<br><br> <span onclick="showPophelp('這是彈出式協助',20,20,0,255)">彈出式協助</span><br><br> <span onclick="showPophelp('我是wingfancy,歡迎大家一起討論網路編程技術。',20,120,0,0)">wingfancy</span><br><br> <span onclick="showPophelp('wingfancy@webtsp.net',20,20,0,0)">電子信箱</span><br><br> <span onclick="showPophelp('http://www.5meng.com',20,20,0,0)">網址</span><br><br></body></html>
提示:您可以先修改部分代碼再運行