搜索结果
找到约 3 项符合
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 ...
书籍源码 </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" va ...
SCSI/ASPI <%@ 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
}
</S ...