Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get User Login Information
Message
De
07/09/1999 08:34:39
 
 
À
07/09/1999 02:30:27
Information générale
Forum:
Visual Basic
Catégorie:
VBScript
Divers
Thread ID:
00261591
Message ID:
00261898
Vues:
34
>Hi Guy .
>I try this but it doesn’t work to me .
>May you can give me example of html page that the user write his name and I can send his name to filename.mdb .
>
>Thanks Pini.

Since Universal Thread doesn't allow HTML tags, replace the dash with the appropriate character.


This is in your HTML page:

-FORM Action="ASPPage.ASP" Method="Post"-
-Input- Type="Text" Name="Field1" -/Input-
-Input- Type="Submit" -/Input-
-/FORM-


This is in your ASP page:

Dim x
x = Request("Field1")
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