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
newclient.php
Package: Generateur_v13.rar [view]
Upload User: feiyaoda
Upload Date: 2016-11-21
Package Size: 9556k
Code Size: 1k
Category:
WEB Mail
Development Platform:
PHP
- //script newclient
- <html>
- <head>
- <link rel="stylesheet" type="text/css" href="./modules/client/style.css">
- <script>
- function verif(){
- message="";
- if(frm.nom.value=="")
- message+="*Veuillez donnez votre nomn";
- if(frm.mp.value=="")
- message+="*Veuillez donnez votre mot de passen";
- if(message!="")
- alert(message);
- else
- frm.submit();
- }
- </script>
- </head>
- <br><br>
- <table width="95%" cellpadding="1" cellspacing="1" >
- <tr><td><img src="./images/loginclient.png"></td></tr>
- <tr><td> </td></tr>
- </table>
- <form name='frm' method=post action='?m=client&a=newclient2' target='_self'>
- <table border=0 width="90%" cellspacing="0" align='center'>
- <tr><td align='center' class='nom1'>Client d閖a inscrit</td></tr>
- <tr><td> </td></tr>
- <tr><td> </td></tr>
- </table>
- <table border='0' width='75%' align='center'>
- <tr><td align='' class='spec'>Login:</td><td><input type=text name=nom></td></tr>
- <tr><td align='' class='spec'>Mot de passe:</td><td><input type=password name=mp></td></tr>
- <tr><td> </td></tr>
- </table>
- <table border=0 width="90%" cellspacing="0" align="center">
- <tr align="center"><td><input class=button type=button value='valider' onclick='verif()'> <input type=reset class=button value='Annuler'></td></tr>
- <tr><td > </td></tr>
- </table>
- <table border='0' width='95%'>
- <tr><td align='center' class='spec'>Nouveau client <a href='?m=client&a=newcustomer' target='_self'>Inscrit</a></td></tr>
- </table>
- </form>
- </html>