functiondisp_alert(){alert("Iamanalertbox!!")} functiondisp_alert(){alert("Iamanalertbox!!")}
欢迎来到天天文库
浏览记录
ID:51300740
大小:40.52 KB
页数:8页
时间:2020-03-10
《Javascript基础知识总结(代码篇).doc》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、Javascript总结(代码篇)1)Alertbox
2、firm(){varr=confirm("Pressabutton")if(r==true){document.write("YoupressedOK!")}else{document.write("YoupressedCancel!")}}
3、ondisp_prompt(){varname=prompt("Pleaseenteryourname","HarryPotter")if(name!=null&&name!=""){document.write("Hello"+name+"!Howareyoutoday?")}}
4、text/javascript">functionmyfunction(){alert("HELLO")}
Bypressingthebutton,afunctionwillbecalled.Thefunctionwillalertamessage.
5、pe="text/javascript">functionmyfunction(txt){alert(txt)}
Bypressingthebutton,afunctionwithanargumentwillbecalled.Thefunctionwillalertthisargument.
6、rgument2
Whenyouclicko
7、noneofthebuttons,afunctionwillbecalled.Thefunctionwillalerttheargumentthatispassedtoit.
此文档下载收益归作者所有