help with dreamweaver and email

Please support our Site Layout and Usability advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Feb 2005
Posts: 4
Reputation: oohmygod831 is an unknown quantity at this point 
Solved Threads: 0
oohmygod831 oohmygod831 is offline Offline
Newbie Poster

help with dreamweaver and email

 
0
  #1
Feb 10th, 2005
im designing a website using dreamweaver mx 2004 and i would like users to contact me via email using a form and when they press a button it sends the information in the form as an email to a specific address.
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 764
Reputation: DaveSW is on a distinguished road 
Solved Threads: 17
DaveSW's Avatar
DaveSW DaveSW is offline Offline
Master Poster

Re: help with dreamweaver and email

 
0
  #2
Feb 14th, 2005
do you have a server side language like php available on your server?
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 4
Reputation: oohmygod831 is an unknown quantity at this point 
Solved Threads: 0
oohmygod831 oohmygod831 is offline Offline
Newbie Poster

Re: help with dreamweaver and email

 
0
  #3
Feb 14th, 2005
its not being uploaded yet as its a college project but when its finished it will be but i dont have a server as yet. at the moment im just running the site from a disk.
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 764
Reputation: DaveSW is on a distinguished road 
Solved Threads: 17
DaveSW's Avatar
DaveSW DaveSW is offline Offline
Master Poster

Re: help with dreamweaver and email

 
0
  #4
Feb 14th, 2005
ok in that case you have a few options open to you:

1) the traditional mailto: note this doesn't work unless the user has dedicated email software. AOL users willl think your site is junk.

<FORM METHOD=POST ACTION="mailto:someone@$nailmail.com" ENCTYPE="text/plain">
<!-- your form here -->
<INPUT TYPE="submit" VALUE="Send">
<INPUT TYPE="reset" VALUE="Clear">
</FORM>

2) Javascript processing:
http://www.javaworld.com/javaworld/j...avascript.html
Doesn't work for users with javascript disabled (about 10%)

3) Borrow someone elses php processing: see link below, second post, someone offering to handle low volume email.
http://www.webdeveloper.com/forum/sh...threadid=39991
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 4
Reputation: oohmygod831 is an unknown quantity at this point 
Solved Threads: 0
oohmygod831 oohmygod831 is offline Offline
Newbie Poster

Re: help with dreamweaver and email

 
0
  #5
Feb 17th, 2005
thanks dave
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 764
Reputation: DaveSW is on a distinguished road 
Solved Threads: 17
DaveSW's Avatar
DaveSW DaveSW is offline Offline
Master Poster
Join Date: Jul 2005
Posts: 29
Reputation: xeno439 is an unknown quantity at this point 
Solved Threads: 0
xeno439 xeno439 is offline Offline
Light Poster

Re: help with dreamweaver and email

 
0
  #7
May 3rd, 2006
Originally Posted by DaveSW
no worries which did you choose?
try http://www.flashattach.com
or http://www.flashmailforms.com
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Site Layout and Usability Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC