Ask a Question related to Dreamweaver AppDev, Design and Development.
-
kenefick #1
submit button on a form
i am developing a new web page and i am creating a form which has 10 text fields aand i have set the action to mailto:eamil address but the form doesnt reset or submit form. can anyone help me please
kenefick Guest
-
disable enter button to submit form
I'm very new to ColdFusion - I'm building forms in Deamweaver, then using Cld fusion to pass he data to an Access Database. So far, so good. But... -
basic submit form button
Hi, I am trying to create a very simple form with the submit button. I am fairly new creating forms contected to mysql. I would think that once... -
Help! Make submit button e-mail a form?
Hey, I am trying to create a form so that when it is completed it can be sent to my e-mail, but I can't find the right code. Does anyone know how... -
Submit button on HTML form
Not strictly a Macromedia - related question, but is there a way that I can get the target URL of a submit button on an HTML form to open in a new... -
Form Submit Button
Should be a quickie but I just can't get it to work. I have a form where my users can submit their football picks, when they click submit I would... -
Paul Whitham TMM #2
Re: submit button on a form
Using a mailto option in a forms action is not a very good solution. I would
check with your host for a form mail script to use.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"kenefick" <webforumsuser@macromedia.com> wrote in message
news:d1nphu$4nb$1@forums.macromedia.com...fields aand i have set the action to mailto:eamil address but the form> i am developing a new web page and i am creating a form which has 10 text
doesnt reset or submit form. can anyone help me please
Paul Whitham TMM Guest
-
Sharma1980n #3
Re: submit button on a form HELP PLEASE
<html>
<head>
<title>LOG IN</title></head>
<body bgcolor="#FFFFFF" text="#000000">
<form method=post action="edituser.asp">
Username: <INPUT TYPE=TEXT NAME="username">
<P>
Password: <INPUT TYPE=PASSWORD NAME="password">
<P>
<INPUT TYPE=RESET> <input type=submit name="Sumbit" value="Sumbit">
</form>
</body>
</html>
Sharma1980n Guest



Reply With Quote

