This is a discussion on "Dreamweaver user, tip on forms" within the Web Page Design section. This forum, and the thread "Dreamweaver user, tip on forms are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Dreamweaver user, tip on forms
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Dreamweaver user, tip on forms
Is it possible for a Dreamweaver user to insert a simple email form, without any special server control, ie PHP?. In other words if I design the page, I can give it to somebody, so it will work, when he uploads it.
http://www.englishforyou.co.uk/test_form.htm If I put any email address into this form, it seems to POPUP my default browser. Any good tutorials would be great. I had one but have lost it since. jools |
|
|
|
#2
|
|||
|
|||
|
Re: Dreamweaver user, tip on forms
HTML itself cannot send e-mails. The closest thing you would be able to get would be cgiEmail. or something. Most hosts provide a cgi-bin at the very least.
http://web.mit.edu/wwwdev/cgiemail/
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Dreamweaver user, tip on forms
shouldnt be like this? :
<form method="post" action="mailto:something@something.com"> Not like this : <form action="mailto:something@something.com" method="post"> (Email Address Revmoved) Last edited by JacobHaug; Nov 7th, 2006 at 01:05. Reason: User requested email address to be removed from post!! |
|
#4
|
|||
|
|||
|
Re: Dreamweaver user, tip on forms
chubbs a mailto: link is different. however you can specify things like
<a href="mailto:foo@foo.com?subject=Foo" />
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#5
|
|||
|
|||
|
Re: Dreamweaver user, tip on forms
well i used it like this in my web page form, and it works:
<form method="post" action="mailto:csabor69@msn.com"> <strong>Company Name:</strong> <input type="text" name="visitor_name" size="60"> <br /> <strong>Address:</strong> <input type="text" name="visitor_address" size="60"> <br /> <strong>City\Town:</strong> <input type="text" name="visitor_city" size="40"> |
![]() |
| Tags |
| dreamweaver tips forms |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| dreamweaver forms? | GeekyBabe | Starting Out | 6 | Jan 30th, 2008 10:56 |
| Email forms in dreamweaver | schwell | Web Page Design | 9 | Feb 11th, 2007 03:14 |
| ASP forms in Dreamweaver | air duster | Classic ASP | 1 | Feb 16th, 2006 19:31 |
| Forms in Dreamweaver | Stephanie | Web Page Design | 2 | Jan 6th, 2004 11:01 |