|
||||||
| JavaScript and CSS Extensible Markup Language, Java Script, and CSS questions here. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Code:
<html>
<head>
<title>Form #1</title>
<script language="JavaScript">
</head>
<body><form name="form1" action="mailto:reecemcmillin@gmail.com">
Enter your name: <input type="text" name="name">
<input type="button" name="button1" value="submit">
</body>
</html>
|
| Sponsored Links |
|
|
|
|||||
|
There is no closing form tag either.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum | My Blog Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall |
|
|||||
|
your correct form looks like this:
HTML Code:
<html> <head> <title>Form #1</title> <script language="JavaScript"></script> </head> <body> <form name="form1" action="mailto:reecemcmillin@gmail.com"> Enter your name: <input type="text" name="name"> <input type="button" name="button1" value="submit"> </form> </body> </html> HTML Code:
<script language="JavaScript"></script>
__________________
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to change the style of the form ? | kresh7 | Visual Basic Programming | 84 | 08-17-2008 08:18 PM |
| Coding a change password form | InternetGeek | Visual Basic Programming | 11 | 02-16-2008 01:53 PM |
| Windows form question (select a value from childform and populate in parent form) | yasinirshad | Visual Basic Programming | 1 | 11-19-2007 11:42 AM |
| Calling a form from another form | Void | Managed C++ | 1 | 07-01-2006 09:44 AM |
| John | ........ | 223.00000 |
| dargueta | ........ | 168.00000 |
| Xav | ........ | 164.00000 |
| LogicKills | ........ | 20.00000 |
| sam | ........ | 20.00000 |
| gaylo565 | ........ | 18.00000 |
| |pH| | ........ | 15.00000 |
| WingedPanther | ........ | 15.00000 |
| Johnnyboy | ........ | 3.00000 |
| navghost | ........ | 1.00000 |
Goal: 100,000 Posts
Complete: 67%