473,467 Members | 2,180 Online
Bytes | Software Development & Data Engineering Community
Create 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 1980
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
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...
1
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...
5
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...
0
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...
2
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...
16
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...
0
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...
5
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): ...
21
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,...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...
0
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,...
1
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.