Because of the course requirements, I want to write an ASP program I wrote a few days ago today, which is very random. But it is always stuck in a small problem, and I encountered it a few days ago. At that time, the teacher had already mentioned me, and now I forgot-it was a failure. It can be seen that I was not good at summing up the failure and still did not change it. Now, the error source code is listed as follows. After the problem is solved, correct it and warn yourself.
<% @ LANGUAGE = "VBSCRIPT" CODEPAGE = "936" %>
<! Doctype html public "-// W3C // dtd html 4.01 Transitional // EN" "http://www.w3.org/TR/html4/loose.dtd">
<Script language = "vbscript">
Sub bt_click ()
Dim value
Value = Request. Form ("form1.txt. value ")
If isnumeric (value) then
Response. Redirect ("check. asp ")
Else
Msgbox ("please input a number ")
Form1.reset
End if
End sub
</Script>
<Html>
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312">
<Title> index </title>
</Head>
<Body>
<Center>
<Form name = "form1" method = "post" action = "check. asp" id = "form1">
<P> please input a number
<Input type = "text" name = "txt" id = "txt">
<Input name = "bt" type = "button" id = "bt" value = "Submit" onClick = "bt_click">
</P>
</Form>
</Center>
</Body>
</Html>
======================
The error message is: Object required: 'request'
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service