![]() |
|
|
|
|
|||||||
| Javascript / Java Applets Are you a JavaScript guy? Do you need help with JavaScript? This is the place to talk about anything related to Java. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Can someone to show a simple contact email form written in javascript? I use a shared hosting plan and host a small website to expose my products in Internet but I don't want to use any complex codes.
|
|
#2
|
||||
|
||||
|
I know that the best contact form is with PHP, but as you like.
HTML Code:
<form action="mailto:yourmail@yourdmain.com" method="post" enctype="text/plain" > Name:<input type="text" name="Name"> Email:<input type="text" name="Email"> <input type="submit" name="submit" value="Submit"> </form> p.s. This form does not check the contents in the fields. |
![]() |
| Tags |
| email, form, hosting, javascript, shared |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|