473,651 Members | 2,580 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How can I direct his Name and his email address to my email?

2 New Member
Expand|Select|Wrap|Line Numbers
  1. <style type="text/css">
  2. .tbmain{ 
  3.  /* Changes on the form */
  4.  background: url(http://jotform.com/images/styles/style4_2_bg.gif) #363535 top repeat-x !important; 
  5. }
  6. .left{
  7.   /* Changes on the form */
  8.   color: #cccccc !important; 
  9.   font-family: Verdana !important;
  10.   font-size: 12px !important;
  11. }
  12. td.left {
  13.    font-family: "Trebuchet MS";
  14.    font-size: 12px;
  15.    font-weight:normal;
  16.    color:#cccccc;
  17.    vertical-align: top;
  18.    text-align: left;
  19. }
  20. .pagebreak{
  21.    font-family: "Trebuchet MS";
  22.    font-size: 12px;
  23.    font-weight:bold;
  24.    color:black;
  25. }
  26. td.right {
  27.    font-family: "Trebuchet MS";
  28.    font-size: 12px;
  29.    font-weight:normal;
  30.    color:#cccccc;
  31.    vertical-align: top;   
  32.    text-align: left;   
  33. }
  34. .tbmain{
  35.    height:100%;
  36.    color:#cccccc;
  37.    background:url(http://jotform.com/images/styles/style4_2_bg.gif) #363535 top repeat-x;
  38. }
  39. .head{
  40.    font-family: "Trebuchet MS";
  41.    font-size: large;
  42.    font-weight:bold;
  43.    color:#ffffff;
  44.    vertical-align: top;
  45.    text-align: left;
  46. }
  47. .notvalid{
  48.    border:2px red solid;
  49.    font-family:"Trebuchet MS";
  50. }
  51. .text{
  52.    font-family: "Trebuchet MS";
  53.    font-size: 12px;
  54.    font-weight:normal;
  55.    color:#cccccc;
  56.    border:1px #000000 solid;
  57.    background:url(http://jotform.com/images/styles/style4_txt_bg.gif) #333333 top repeat-x;
  58. }
  59. select.other{
  60.    font-family: "Trebuchet MS";
  61.    font-size: 12px;
  62.    font-weight:normal;
  63.    color:#ffffff;
  64.    border:1px #000000 solid;
  65.    background:url(http://jotform.com/images/styles/style4_txt_bg.gif) #333333 top repeat-x;
  66. }
  67. .btn{
  68.    font-family: "Trebuchet MS";
  69.    font-size: 12px;
  70.    font-weight:normal;
  71.    color:#cccccc;
  72.    border:1px #000000 solid;
  73.    background: url(http://jotform.com/images/styles/style4_btn_bg.gif) #333333 top repeat-x;
  74. }
  75. span.required{
  76.   font-size: 13px !important;
  77.   color: red !important;
  78. }
  79.  
  80. div.backButton{
  81.     background: transparent url("http://jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
  82.     height:16px;
  83.     width:53px;
  84.     float:left;
  85.     margin-bottom:15px;
  86.     padding-right:5px;
  87. }
  88. div.backButton:hover{
  89.     background: transparent url("http://jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
  90. }
  91. div.backButton:active{
  92.     background: transparent url("http://jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
  93. }
  94. div.nextButton{
  95.     background: transparent url("http://jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
  96.     height:16px;
  97.     width:53px;
  98.     float: left;
  99.     margin-bottom:15px;
  100.     padding-right:5px;
  101. }
  102. div.nextButton:hover{
  103.     background: transparent url("http://jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
  104. }
  105. div.nextButton:active{
  106.     background: transparent url("http://jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
  107. }
  108. .pageinfo{
  109.     padding-right:5px;
  110.     margin-bottom:15px;
  111.     float:left;
  112. }
  113.  
  114. </style> 
  115. <table width="100%" cellpadding="2" cellspacing="0" class="tbmain">
  116. <tr><td class="topleft" width="10" height="10">&nbsp;</td>
  117. <td class="topmid">&nbsp;</td>
  118. <td class="topright" width="10" height="10">&nbsp;</td>
  119.   </tr>
  120. <tr>
  121. <td class="midleft" width="10">&nbsp;&nbsp;&nbsp;</td>
  122. <td class="midmid" valign="top">
  123. <div id="main"> 
  124. <div class="pagebreak"> 
  125. <table width="520" cellpadding="5" cellspacing="0">
  126.  <tr >
  127.   <td width="150" class="left" >
  128.    <label >Name</label>
  129.   </td>
  130.   <td class="right" >
  131.    <input type="text" size="20" name="q0_Name" class="text" value="" id="q0"  maxlength="100" maxsize="100" />
  132.   </td>
  133.  </tr>
  134.  <tr >
  135.   <td width="150" class="left" >
  136.    <label >E mail</label>
  137.   </td>
  138.   <td class="right" >
  139.    <input type="text" size="20" name="q8_Email" class="text" value="" id="q8"  maxlength="100" maxsize="100" />
  140.   </td>
  141.  </tr>
  142.  <tr >
  143.   <td width="150" class="left" >&nbsp;
  144.  
  145.   </td>
  146.   <td class="right">
  147.   <input type="submit" class="btn" value="Submit" />
  148.  </td>
  149.  </tr>
  150. </table>
  151. </div>
  152. </div>
  153. </form>
  154. </td>
  155. <td class="midright" width="10">&nbsp;&nbsp;&nbsp;</td>
  156. </tr>
  157. <tr>
  158.  <td class="bottomleft" width="10" height="10">&nbsp;</td>
  159.  <td class="bottommid">&nbsp;</td>
  160.  <td class="bottomright" width="10" height="10">&nbsp;</td>
  161. </tr>
  162. </table>
  163. <script type="text/javascript">
  164. </script>


How can I direct his Name and his email address to my email?
Dec 19 '09 #1
5 1984
drhowarddrfine
7,435 Recognized Expert Expert
Please use code tags.

You're missing the form start tag:
form action="mailto: you@example.com "
Dec 19 '09 #2
acoder
16,027 Recognized Expert Moderator MVP
Not everyone has email set up, so you can use a server-side script to send email to your account. That way, your email remains hidden too.
Dec 22 '09 #3
drogba9000
2 New Member
$$$acoder$$$

http://bytes.com/topic/html-css/answ...il#post3534205

Can you provide me the server script????
Dec 22 '09 #4
acoder
16,027 Recognized Expert Moderator MVP
Please post in the correct thread. I've moved your post.

The script depends on the language you're using. Are you using, for example, ASP, PHP, JSP, Coldfusion, ASP.NET, etc.? If you don't have server-side scripting enabled, i.e. you're only using HTML, then the suggestion by drhowarddrfine is the only option you have.
Dec 22 '09 #5
acoder
16,027 Recognized Expert Moderator MVP
It opens Outlook because that is your default email client. If you want the email to be sent to you, you need a server-side script. I ask again, which server-side language are you using?

PS. do not PM questions.
Dec 30 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

6
2731
by: magister | last post by:
Hi I am sending emails from my website. The from field usually is an email address, but alot of email readers also seem to be able to pickup a "from real name". I read somewhere that I can set this by putting the name followed by the actual email address in parathesis....like this... MailMessage msgMail = new MailMessage(); msgMail.To = EmailAddress.Text; msgMail.From = "funny email Website" + "(website@funny.net)"; msgMail.Subject =...
1
2681
by: acrocker | last post by:
I would like to provide access to users who need to be taken directly to the relevant page without further navigation instructions. Unfortunately the page I want to access is built using a javascript query string within an html form. I do not have enough knowledge to decode how to build the direct URL. Here is the base page;- o http://full-time.thefa.com/gen/Index.do?league=8673133
5
9457
by: Nadav | last post by:
Hi, I am trying to get a direct pointer to the address of the screen ( something like 0x0b00 in the happy DOS days ), how can I do that? Should this be done in the kernel or it can also be done in the App layer? Is there a contant base address to the screen memory? What API should I use? ThanX Nadav
0
3975
by: Bob Avallone | last post by:
MetaPro Systems Inc. Visual Studio Dot Net Tips & Tricks #3 – Direct Access to Your Outlook Address Book. Project Type: VS.NET Windows Application Code Behind: Visual Basic I have a project where I needed to access my Outlook Address book directly. This is possible but very tricky. I got it to work and I would like to share it with you. Thanks go to Jim Lennox of Scientific
2
2661
by: nirav.lulla | last post by:
I have been given the task to come up with Requirements, Comparision and Migration document from Shadow Direct to DB2 Connect. I am very new much to all this, but kind of know a little bit about both of them. There has been a lot of pressure from business to move to DB2 Connect from Shadow Direct which the company is currently using since almost 7 years. I would greatly appreciate if any one of you can help or send me some comparision...
16
2910
by: digitalorganics | last post by:
What's the difference between initializing class variables within the class definition directly versus initializing them within the class's __init__ method? Is there a reason, perhaps in certain situations, to choose one over the other? Thank you.
0
1292
by: PuruCuhuco | last post by:
can i directly mail to hotmail or yahoo acount with any asp.net code. i have an example like above but i need smtp adress for hotmail, i tried it for smtp.mail.yahoo.com but it didnt work and "authentication required" error accured here is the code: <%@ Page Language="VB" ContentType="text/html" debug="true" ResponseEncoding="iso-8859-1" %>
5
3787
by: Remco van Engelen | last post by:
Hello, I have a question regarding the ISO C grammar. The syntax of a direct-declarator reads (section A.2.2, page 413 in my copy; the (R1) is just to 'name' the rule for later reference): (R1) direct-declarator: identifier "(" declarator ")"
21
1927
by: Mark Cooney | last post by:
Good afternoon, yes i am a newby so pls keep it simple. Yesterday I started a small project where I have to make an API call and receive back from that the long xml transcript down below. Now, not knowing about XML I have experienced one or 2 issues. Firstly, this is the code I have created to make the call and then extract a few bits of information:
0
8349
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8795
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8695
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8460
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8576
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7296
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6157
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4281
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1906
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.