Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
index.asp
Package: lts.rar [view]
Upload User: jtjx586
Upload Date: 2022-01-11
Package Size: 686k
Code Size: 1k
Category:
ICQ-IM-Chat
Development Platform:
EasyLanguage易语言
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
- <!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=utf-8" />
- <title>无标题文档</title>
- </head>
- <body>
- <script language="javascript">
- <!--
- function Check()
- {
- var Notnull
- Notnull=true
- if(document.Login.userid.value=="")
- {
- window.alert("输入用户名")
- Notnull=false
- }
- if (document.Login.pwd.value=="")
- {
- window.alert("请数密码")
- Notnull=false
- }
- return Notnull
- }
- //-->
- </script>
- <form id="form1" name="form1" method="post" action="">
- <label>
- <div align="center">用户名:
- <input type="text" name="textfield" id="textfield" />
- </div>
- </label>
- <p align="center">
- <label>密 码:
- <input type="text" name="textfield2" id="textfield2" />
- </label>
- </p>
- <p align="center">
- <label>
- <input type="submit" name="button" id="button" value="提交" />
- </label>
- <label>
-
- <input type="submit" name="button2" id="button2" value="清除" />
- </label>
- </p>
- <p align="center"><a href="newuser.asp">注册</a></p>
- </form>
- </body>
- </html>