Web Layout
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsWeb DesignWeb Layout

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old June 1st, 2004, 01:56 PM
Maximus2004 Maximus2004 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 13 Maximus2004 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Email form in HTML format


I have a simple form I created with text boxes and I want
the user to fill out and when they hit submit instead of receiving
all answers via TEXT in email can I have it arrive in email as
HTML?

<form action="MAILTO:myemail" method="post" enctype="text/plain">

I know this emails results in TEXT. ANY way to have it arrive HTML?
Almost like a snapshot of my html web page.

Thanks to anyone that can help or give advice!

Reply With Quote
  #2  
Old June 1st, 2004, 09:21 PM
Ripcurlsurf Ripcurlsurf is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 11 Ripcurlsurf User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 30 m 36 sec
Reputation Power: 0
email

This method actually pops up the default email program (ie outlook).

Are you looking for an asp mail form or php mail form or any other.

To develop the form you need to specify what your server specs are
(does your server have any email components).

Reply With Quote
  #3  
Old June 15th, 2004, 12:12 PM
shamrog12's Avatar
shamrog12 shamrog12 is offline
Newton's Apple Wizard
ASP Free Intermediate (1500 - 1999 posts)
 
Join Date: Nov 2003
Location: Los Angeles
Posts: 1,661 shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level)shamrog12 User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 3 Weeks 2 Days 2 h 39 m 22 sec
Reputation Power: 34
Send a message via AIM to shamrog12
be careful with mailto: because it's easy for robots to search the internet for mailtos and then spam the address:

Code:
<script language="JavaScript">
user = "you";
domain = "yourdomain.com";
document.write('<a href=\"mailto:' + user + '@' + domain + '\">');
document.write(user + '@' + domain + '</a>');
</script>


This way the robots can't find the email address.
__________________
If you found a post of mine helpful, please click on the on my post to add to my reputation.


Reply With Quote
Reply

Viewing: ASP Free ForumsWeb DesignWeb Layout > Email form in HTML format


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway