![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| JavaScript JavaScript are you needing help with functions in your script, free help is offered here for all JavaScript problems so if you have an JavaScript error in your code just ask. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Hi, I feel such a dunce, but am trying to do a mailing form where the person simply types in their details into a form on a web page, once they click submit, I want the form contents to be returned to me. The problem is this - I want the values of these form items to be loaded into a new mail message, as below - Part code snippet - function popupMessage() { var to = "danztronic@hotmail.com"; - this is the sample email address I want to user to send the email to (this one ok) var cc = User_Email.value; - this email address is the users email address field, i need to return the value of the text box User_Email is the name of the text box on the web page, I want the value to be loaded into a CC field of a new mail message var subject = User_Problem; - This is the subject that I am going to use from a drop down box value User_Problem is the name of a Text box on the web page, I want the value to be loaded into a Subject box of a new mail message var body = "User_Question"; - This is the body of the new message that I want to use from a text area value. User_Question is the name of a Text Area form control on the web page, I want the value to be loaded as the body of thenew mail message. When the user clicks submit, I want the information from the text boxes, drop down boxes and text areas values to fill the CC, Subject and Body of the email clients new message box when it opens. Any suggestions, any help would really be great. Thanks Geoff | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: help |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| Featured Websites | ||||
|