<div id=mytips style="position:absolute;background-color:#ffffff;width:121;height:16;border:1px solid gray;display:none;filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=3); left:0; top:5"></div>
<script>
function seashowtip(tips,flag,iwidth){
var my_tips=document.all.mytips;
if(flag){
my_tips.innerHTML=tips;
my_tips.style.display="";
my_tips.style.width=iwidth;
my_tips.style.left=event.clientX+10+document.body.scrollLeft;
my_tips.style.top=event.clientY+10+document.body.scrollTop;
}
else
{
my_tips.style.display="none";
}
}
</script>
<input name="textfield3" type="text" class="input3" size="15" tips=" 申請號欄位檢索支援<B><font color=red>?</font></B>代替單個字元,<B><font color=red>%</font></B>代替多個字元。<BR><BR><B>檢索示例:</B><BR> 1、輸入完整申請號,如鍵入:<B><font color=red>02144686.5</font></B><BR> 2、已知申請號前五位為02144,應鍵入:<B><font color=red>02144%</font></B><BR> 3、已知申請號中間幾位為2144,應鍵入:<B><font color=red>%2144%</font></B><BR> 4、已知申請號不連續的幾位為021和468,應鍵入:<B><font color=red>%021%468%</font></B>" οnmοusemοve=seashowtip(this.tips,1,200) οnmοuseοut=seashowtip(this.tips,0,200)></td>
Tips HTML
轉載於:https://www.cnblogs.com/liulf/archive/2009/08/20/1550741.html
相關文章
- Tips
- Linux TipsLinux
- 前端 - tips前端
- Tips: EloquentModel
- NPM TipsNPM
- AutoLayout Tips
- VSCode TipsVSCode
- Matplolib Tips
- NumPy Tips
- idea tipsIdea
- typescript + amd tipsTypeScript
- Python常用TipsPython
- 雜項 tips
- Visual Studio Tips
- 《iOS Tips 一》iOS
- laravel migrations : tipsLaravel
- jQuery tips and tricksjQuery
- PostgreSQL PSQL tipsSQL
- 2、Flutter Tips - MediaQuery;Flutter
- Embedding Kotlin Playground TipsKotlin
- swift tips - 1~10Swift
- Mac && Xcode 日常TipsMacXCode
- [Bash] Curly braces tips
- iOS - Tips - 黑魔法iOS
- postman 工具使用TipsPostman
- 導航網頁Tips網頁
- Flutter 效能優化 TipsFlutter優化
- 1、Flutter Tips - Widget Key;Flutter
- layer Tips引數使用
- Spring security config httpSecurity tipsSpringHTTP
- Vim tips——Working with external commands
- Metasploit技巧命令支援tips
- Flutter 開發小結 | TipsFlutter
- github PR簡單使用tipsGithub
- Learn English 10 times faster with these tipsAST
- 3、Flutter Tips - Flutter 1.7 釋出;Flutter
- GoLang 中的隨機數 tipsGolang隨機
- 博主的學習小Tips