Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get User Login Information
Message
From
07/09/1999 08:34:39
 
 
To
07/09/1999 02:30:27
General information
Forum:
Visual Basic
Category:
VBScript
Miscellaneous
Thread ID:
00261591
Message ID:
00261898
Views:
35
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform