Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get User Login Information
Message
De
05/09/1999 14:03:27
 
 
À
05/09/1999 02:43:01
Information générale
Forum:
Visual Basic
Catégorie:
VBScript
Divers
Thread ID:
00261591
Message ID:
00261632
Vues:
56
>Hi All .
>
>I new in vbscript and I need to get the user Login information
>1. user name
>2. user Password
>
>I use the submit command to return the form data with “POST”
>And I want insert the name and password to database (access)
>Login.mdb
>
>Thanks Pini .

Use the request object:

sName = Request("fieldname")


Where fieldname = the name of the field in your HTML form.
Guy Barrette, MCSD
============
Blog http://weblogs.asp.net/guybarrette
Microsoft Regional Director, Montreal, Canada www.microsoft.com/rd
MVP, ASP.NET http://mvp.support.microsoft.com/
President, Montreal Visual Studio User Group www.guvsm.net
INETA Regional Rep for Quebec www.ineta.org
UniversalThread Magazine Columnist (.NET Books Review Column) www.utmag.com
Tech Chair French Track, DevTeach 2004 & 2005 www.devteach.com
Business Architect, Microsoft Team - Nurun Inc www.nurun.com
XBox Live Gamer Tag: Slomo QC CA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform