Dreamweaver user, tip on forms

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.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Nov 3rd, 2006, 13:41
Junior Member
Join Date: Aug 2006
Location: UK Sussex
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
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 nobee
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Nov 3rd, 2006, 14:27
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Nov 3rd, 2006, 16:12
Reputable Member
Join Date: Sep 2006
Location: Rothwell
Posts: 150
Thanks: 0
Thanked 0 Times in 0 Posts
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!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Nov 3rd, 2006, 16:13
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Nov 3rd, 2006, 16:17
Reputable Member
Join Date: Sep 2006
Location: Rothwell
Posts: 150
Thanks: 0
Thanked 0 Times in 0 Posts
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">
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
dreamweaver tips forms

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 10:23.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved