虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

onClick

  • javascript中文教程 <INPUT TYPE="button" NAME="objectName" VALUE="buttonText" [onClick="hand

    javascript中文教程 <INPUT TYPE="button" NAME="objectName" VALUE="buttonText" [onClick="handlerText"]> NAME specifies the name of the button object as a property of the enclosing form object and can be accessed using the name property. VALUE specifies the label to display on the button face and can be accessed using the value property.

    标签: javascript buttonText objectName onClick

    上传时间: 2014-01-25

    上传用户:aix008

  • </div> <br> <input type="button" value="闪烁" onClick="highLight($( demo ))" /> &

    </div> <br> <input type="button" value="闪烁" onClick="highLight($( demo ))" /> <input type="button" value="停止" onClick="stopTwinkle($( demo ))" /> <br> <br> <div id="demo2" class="box"> Box II </div> <br> <input type="button" value="闪烁" onClick="highLight($( demo2 ))" /> <input type="button" value="停止" onClick="stopTwinkle($( demo2 ))" />

    标签: highLight lt gt onClick

    上传时间: 2013-12-07

    上传用户:虫虫虫虫虫虫

  • <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入购物车的物品已经全数

    <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入购物车的物品已经全数退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空购物车</title> </head> <body topmargin="5" bgcolor="#E6E4C4"> <diiv align="center"><center> <table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1> <tr> <td width="80%" valign="top"> <p align="center" class=main1><%=Head%></p> <p align="center"> <br><input type="button" value="关闭" name="B2" onClick="window.close() " style="font-size: 9pt"></td> </tr> </table> </center></div> </body> </html>

    标签: lt LANGUAGE VBSCRIPT include

    上传时间: 2015-11-05

    上传用户:zhaoq123