DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Site Layout and Usability (http://www.daniweb.com/forums/forum130.html)
-   -   help with dreamweaver and email (http://www.daniweb.com/forums/thread18404.html)

oohmygod831 Feb 10th, 2005 1:50 pm
help with dreamweaver and email
 
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.

DaveSW Feb 14th, 2005 7:11 am
Re: help with dreamweaver and email
 
do you have a server side language like php available on your server?

oohmygod831 Feb 14th, 2005 3:51 pm
Re: help with dreamweaver and email
 
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.

DaveSW Feb 14th, 2005 5:16 pm
Re: help with dreamweaver and email
 
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

oohmygod831 Feb 17th, 2005 5:47 pm
Re: help with dreamweaver and email
 
thanks dave

DaveSW Feb 17th, 2005 6:29 pm
Re: help with dreamweaver and email
 
no worries ;) which did you choose?

xeno439 May 3rd, 2006 2:25 pm
Re: help with dreamweaver and email
 
Quote:

Originally Posted by DaveSW
no worries ;) which did you choose?

try http://www.flashattach.com
or http://www.flashmailforms.com


All times are GMT -4. The time now is 11:41 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC