Welcome Guest!
Please login
If you do not have an account yet on The Web Squeeze forums, please Register! It’s FREE and there are many benefits:
- Receive Fast Advice
- Learn Programming Languages
- Get Professional Website Reviews
- Quick Troubleshooting Assistance
|
|
Asp Form-mail
This is a discussion on Asp Form-mail, within the ASP/.NET section. This forum and the thread "Asp Form-mail" are both part of the Programming Your Website category.
![]() ![]() |
Apr 8 2008, 05:33 AM
Post
#1
|
|
|
New Squeeze ![]() Group: Members Posts: 3 Joined: 28-February 08 From: UK Member No.: 188 |
Hi,
I have a form already coded into my contact page which has the following fields - CODE <form action="???" method="post" class="form"> <p class="p_formtext">Full Name:</p> <p class="p_input"><input name="name" type="text" size="42" /></p> <p class="p_formtext">Telephone Number:</p> <p class="p_input"><input name="telephone" type="text" size="42" /></p> <p class="p_formtext">Email Address:</p> <p class="p_input"><input name="email" type="text" size="42" /></p> <p class="p_formtext">Postal Address:</p> <p class="p_input"><textarea name="address" cols="32" rows="6"></textarea></p> <p class="p_formtext">Enquiry:</p> <p class="p_input"><textarea name="enquiry" cols="32" rows="10"></textarea></p> <p class="p_formtext"><input type="submit" value="submit" /></p> </form> Because my clients' hosting server does not support PHP (which I would normally use), my only other option is to use ASP which I've never used before. Can anyone please help me with the ASP script for this form, or point me in the right direction to a template or script. I have searched for a suitable script but couldn't find one which I could easily adapt. Thanks in advance for any help in this matter. Gary
Reason for edit: please use [code] tags when posting code
-------------------- Gary
|
|
|
Apr 8 2008, 09:45 AM
Post
#2
|
|
![]() Rapid Squeezer ![]() ![]() ![]() ![]() Group: Members Posts: 156 Joined: 15-February 08 From: US of A Member No.: 150 |
It's going to depend highly upon your form mail installed on the server. Almost every good hosting company will tell you how to do this so check the faq's on the hosting company's website.
-------------------- Currently Available for work: - XTHML, CSS, Flash, Actionscript, PHP, ASP, Ajax -
interested in movies? Read some of my reviews on my blog |
|
|
If you found The Web Squeeze to be helpful, please donate so we can keep this site FREE, FRESH, and fortified with Web Design & Development info!
![]() ![]() |
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
Similar Topics
| Topic Title | Replies | Topic Starter | Views | Last Action | |||
|---|---|---|---|---|---|---|---|
![]() |
9 | caminowebmaster | 160 | 15th February 2008 - 06:24 PM Last post by: Jacob |
|||
![]() |
12 | xkatx21x | 530 | 28th February 2008 - 11:41 PM Last post by: Rakuli |
|||
![]() |
4 | thesealportalteam | 352 | 20th February 2008 - 09:00 AM Last post by: thesealportalteam |
|||
![]() |
14 | 902 | 479 | 22nd February 2008 - 02:45 AM Last post by: c010depunkk |
|||
![]() |
5 | thesealportalteam | 248 | 22nd February 2008 - 11:48 PM Last post by: Monie |
|||






Apr 8 2008, 05:33 AM







