Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
TheMonty #1
Form button help
Hello, I'm working in MX2004. I've made a Form so that someone can fill out
their info and submit it to a mailing list. The layout and presentation is
already done except I can't figure out how to make the Submit button work. I
want the information in the form to be sent to a specific e-mail address but
don't know how to do it. Can you help me? Thanks in advance!
TheMonty Guest
-
Refer to a button in a form by ID rather than name
Hi, I would like to know if there is a way to call or refer to the radio button with it's id tag not the name because when I have the two... -
use button to add form field
How do I use button to add form field in the same window? I want when user click button then It show up more text area for them in the same window. -
Problem with Button using Form.pm
Hi, I have a page with a Input Type Button : <INPUT TYPE="button" NAME="_wiznext" VALUE=" Next " ONCLICK="openURL(this.form);"> But I am... -
What button do I need to open a new form
Hi All, I need a button on my form that opens a new window. I put in a submit button but it always returns to my first page. And then my first... -
JavaScript Access to Button in form tags (webcontrol or html button)
Hello, I have a button called LoadBtn, which exists in <form name="Form1" runat=server></form> tags. I then have javascript loaded outside of... -
Andreroux #2
Re: Form button help
Hi,
There are basically two ways;
1. Using the mailto: form action, which is the least reliable,
2. Using CGI or pearl scripting - usually your ISP can help with this one.
Andre
Andreroux Guest
-
Andreroux #3
Re: Form button help
Hi again,
There is a third option aswell,
If you want to investigate, you should be able to do this with some good initiative, using: .asp, php, cfml or .jsp scripting.
Andre
Andreroux Guest



Reply With Quote

