标签:alter input 技术 for function lan lte value htm
<!DOCTYPE html> <html> <head> <title>单击按钮事件示例</title> <script language="javascript"> function test(){ window.alter("事件引发一操作,并成功执行了这个操作!"); } </script> </head> <body> <form action=""> <input type="Button"value="警告对话框"onclick="test()"><br/> </form> </body> </html>
标签:alter input 技术 for function lan lte value htm
原文地址:http://www.cnblogs.com/www-x/p/7724940.html