Yes. Check. asp has been fixed after login

Source: Internet
Author: User

<% @ Language = "VBScript" codePage = "936" %>
<! Doctype HTML public "-// W3C // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML xmlns = "http://www.w3.org/1999/xhtml">
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312"/>
<Title> System Administrator Logon </title>

</Head>
<%
Dim num1, rndnum
Randomize
Do While Len (rndnum) <4
Num1 = CSTR (CHR (57-48) * RND + 48 ))
Rndnum = rndnum & num1
Loop
Session ("verifycode") = rndnum
%>
<Body>
<Form action = "checklogin. asp" method = "Post" name = "form1" target = "_ Self" id = "form1">
<Table width = "760" border = "0" align = "center" cellpadding = "0" cellspacing = "0">
<Tr>
<TD width = "197"> User Name </TD>
<TD width = "563"> <input type = "text" name = "username"/> </TD>
</Tr>
<Tr>
<TD> password </TD>
<TD> <input type = "text" name = "password"/> </TD>
</Tr>
<Tr>
<TD> Verification Code </TD>
<TD> <input type = "text" name = "verifycode"/> <% = SESSION ("verifycode") %> </TD>
</Tr>
<Tr>
<TD> & nbsp; </TD>
<TD> <input type = "Submit" name = "Submit" value = "Submit"/> </TD>
</Tr>
</Table>
</Form>
</Body>
</Html>

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.