Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Example code

Reply
Thread Tools

Example code

 
 
google_groups3@hotmail.com
Guest
Posts: n/a
 
      08-11-2004
Hi all. First of all, I am totally new to ASP! I want to create a
webpage that a user can fill in and then press submit. Upon pressing
submit, the server will create an email and then mail me the contents
of the form. I would also like the webpage to automatically get
someones Windows 2000 user id and include that in the email.

I have been googling around and have not been able to find any example
scripts for what I need. So, I am wondering if anyone would be kind
enough to post one.....?

Thanks!
 
Reply With Quote
 
 
 
 
Stuart Palmer
Guest
Posts: n/a
 
      08-11-2004
Why would you want someones OS login name, I have a mate who has a login
'Stuart' and I have a Login 'Stuart', how do you decide which is which?

To create an email you need to look up CDO (or CDONTS) depending on your
hosts OS.

Stu
--The Best way to learn, is to try it yourself--

<> wrote in message
news: m...
> Hi all. First of all, I am totally new to ASP! I want to create a
> webpage that a user can fill in and then press submit. Upon pressing
> submit, the server will create an email and then mail me the contents
> of the form. I would also like the webpage to automatically get
> someones Windows 2000 user id and include that in the email.
>
> I have been googling around and have not been able to find any example
> scripts for what I need. So, I am wondering if anyone would be kind
> enough to post one.....?
>
> Thanks!



 
Reply With Quote
 
 
 
 
Tom Kaminski [MVP]
Guest
Posts: n/a
 
      08-11-2004
<> wrote in message
news: m...
> Hi all. First of all, I am totally new to ASP!


Then let me introduce you to http://www.aspfaq.com/

> I want to create a
> webpage that a user can fill in and then press submit. Upon pressing
> submit, the server will create an email and then mail me the contents
> of the form.


http://www.aspfaq.com/show.asp?id=2119
http://www.aspfaq.com/show.asp?id=2026

> I would also like the webpage to automatically get
> someones Windows 2000 user id and include that in the email.


http://www.aspfaq.com/show.asp?id=2046

--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserv...y/centers/iis/
http://mvp.support.microsoft.com/
http://www.iisfaq.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://www.tryiis.com


 
Reply With Quote
 
google_groups3@hotmail.com
Guest
Posts: n/a
 
      08-11-2004
"Stuart Palmer" <> wrote in message news:<>...
> Why would you want someones OS login name, I have a mate who has a login
> 'Stuart' and I have a Login 'Stuart', how do you decide which is which?
>
> To create an email you need to look up CDO (or CDONTS) depending on your
> hosts OS.
>
> Stu


The windows user id is unique so I can add it to the page and use it
as part of the audit trail. Everything is Windows 2000 or XP.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble with CGI code from Code Example 7.3 of the "Python Interactive CGI Tutorial" epsilon Python 4 08-22-2007 02:41 AM
Looking for a DIgital Systems book with JPEG example code DerekSimmons@FrontierNet.net VHDL 2 09-16-2005 04:51 AM
help-Need Source code or example,control LCD using vhdl cehon VHDL 1 09-15-2005 07:27 AM
Evolutionary VHDL code example apsolar@rediffmail.com VHDL 5 08-22-2005 11:26 PM
'example.com' == 'example.com.' => false... is this intended? Sam Roberts Ruby 15 02-07-2005 04:36 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57