救命!ASP算法问题!很急!高分求代码!
求救啊!!大哥大姐们救命啊!!刚学会ASP好多不懂,东西又急着要,很急知道的请帮帮我!!!
问题如下
用户只要填写数量,就可以自动算出多少箱,多出多少数量
一箱为100件 数量sl 箱数xs 多于数量dysl
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>
<body>
<form method="POST" action="">
数量<input type="text" name="sl" size="7">
箱数<input type="text" name="xs" size="7">
多出数量<input type="text" name="rkxs" size="7">
<input type="submit" value="提交" name="B1"><input type="reset" value="全部重写" name="B2">
</form>
</body>
</html>