急!急!急!请帮我把这个代码检查一下那里错误,为什么作不出正确的数据库!

来源:百度知道 编辑:UC知道 时间:2024/06/17 07:59:42
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
</head>

<body>

<html>
<head>
<title>VBSCRIPT 实验</title>
<script language="vbscript">
<!--
sub reset_onclick()
num1.value=""
num2.value=""
num3.value=""
max1.value=""
num1.focus()
end sub

sub maxbutton_onclick()
if isnumeric(num1.value)=false then
alert("请输入数字!")
num1.value=""
num1.focus()
exit sub
end if
if isnumeric(num2.value)=false then
alert("请输入数字!")
num2.value=""
num2.focus()
exit sub
end if
if isnumeric(num3.value)=false then
alert("请输入数字!")
num3.value=""
num3.focus()
e

这个代码我也不知道,不过有C语言的问题,还可以讨论哦.喜欢的朋友家QQ397378555

看了一下,是ASP,不会,但是知道一点按钮事件没有注册

你是代码好像是表单验证是吧.可你没有表单提交啊?那怎么能提交到数据库里面去呢?你没有接收表单传进来的值啊!!!