2个回答
展开全部
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<script type="text/javascript" language="javascript">
function addOne()
{
var showControl = document.getElementById("txtNumber");
showControl.value = parseInt(showControl.value) + 1;
}
function removeOne()
{
var showControl = document.getElementById("txtNumber");
showControl.value = parseInt(showControl.value) - 1;
}
</script>
</head>
<body>
<div style="width:40px;height:40px;">
<table style=" background-color:#ebead8;">
<tr><td rowspan="2" style="width:70%">
<input type="text" value="0" id="txtNumber" style="height:40px;width:40px; text-align:center; vertical-align:middle; color:#7d2974; font-size:xx-large" /></td><td><input type="button" value="▲" id="up" onclick="addOne()" /></td></tr>
<tr><td><input id="down" type="button" onclick="removeOne()" value="▼" /></td></tr>
</table>
</div>
</body>
</html>
<head runat="server">
<title>无标题页</title>
<script type="text/javascript" language="javascript">
function addOne()
{
var showControl = document.getElementById("txtNumber");
showControl.value = parseInt(showControl.value) + 1;
}
function removeOne()
{
var showControl = document.getElementById("txtNumber");
showControl.value = parseInt(showControl.value) - 1;
}
</script>
</head>
<body>
<div style="width:40px;height:40px;">
<table style=" background-color:#ebead8;">
<tr><td rowspan="2" style="width:70%">
<input type="text" value="0" id="txtNumber" style="height:40px;width:40px; text-align:center; vertical-align:middle; color:#7d2974; font-size:xx-large" /></td><td><input type="button" value="▲" id="up" onclick="addOne()" /></td></tr>
<tr><td><input id="down" type="button" onclick="removeOne()" value="▼" /></td></tr>
</table>
</div>
</body>
</html>
来自:求助得到的回答
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
TableDI
2024-07-18 广告
2024-07-18 广告
Excel一键自动匹配,在线免费vlookup工具,3步完成!Excel在线免费vlookup工具,点击51步自动完成vlookup匹配,无需手写公式,免费使用!...
点击进入详情页
本回答由TableDI提供
展开全部
css配合javascript
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询