Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple Data Entry Form...? 1

Status
Not open for further replies.

lulo

Programmer
Jan 24, 2001
51
US
Anybody?
Is there a way to design a simple data entry page using dreamweaver(Not Ultradev) to collect information in some kind of email.
Just like in visual basic, you can design a page with some fields and then email those fields using outlook.

Your tips are greatly appreciated.

Thank you

Lulo
 
Create a form, put the fields you want to be eMailed in there (as form fields, <input> tags in HTML, they are on the same tab as the form itself) and set the form's action to

mailto:mymail@myhost.com

The user has to have installed a valid and correctly running mail client for that though. Like Outlook :)

Hope this helps...
allow thyself to be the spark that lights the fire
haslo@haslo.ch - www.haslo.ch​
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top