Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Option boxes and email forms on my webpage... what language to use?
I want to make a webpage with several checkboxes, and input boxes for user input. A button at the end should send me an email with the information the user input to the form. What language(s) should I use to do this that? I'm running a linux server, so windows specific stuff wont do. Thanks!
4 Answers
- Anonymous4 years ago
all of it rather relies upon on the platform you employ as your information superhighway server. in case you employ any of the homestead windows family members with a front web site server extension. it somewhat is the least confusing way for HTML people to create this sort of type no want of any application language is needed. different smart i'd propose own homestead page on a Linux as that's loose and quickly. final answer would be to bypass to an ASP web site it rather is extraordinary yet high priced and way too ability finished for what you want to realize.
- ?Lv 41 decade ago
Well I would have said HTML, I have created email forms and submit buttons myself with HTML, however, if you want the info to be sent to your email address then I suggest you use PHP.
Source(s): Me, web programming - 1 decade ago
HTML
Here is example email form:
<form
action="mailto:dummy1@chamisplace.com"
method="POST"
enctype="multipart/form-data"
name="EmailTestForm">
Your Name:<br>
<input type="text" size="20" name="VisitorName"><br><br>
Your Comment:<br>
<textarea name="VisitorComment" rows="4" cols="20">
</textarea><br><br>
<input type="submit" value="Email This Form">
</form>
- Anonymous1 decade ago
ENGLISH!!!!!!!!!!!!!!!!!!!!:-):-)