|
||||||
| 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.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. 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>
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | Need help? Send a To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
![]() |
| 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 |
| Xav | ........ | 1276.19 |
| MeTh0Dz|Reb0rn | ........ | 1048.58 |
| marwex89 | ........ | 869.98 |
| John | ........ | 868.39 |
| morefood2001 | ........ | 868.04 |
| WingedPanther | ........ | 761.06 |
| Brandon W | ........ | 684.87 |
| chili5 | ........ | 294.12 |
| Steve.L | ........ | 216.18 |
| dargueta | ........ | 192.86 |
Goal: 100,000 Posts
Complete: 81%