473,480 Members | 2,052 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

how to send an email to the server from client using javascript?

1 New Member
hi all! i m building one website in that i want to send the name ,password and query to server . i have taken submit button. After clicking submit my data should reach to server. So how can i do that? i prefer javascript at client side and ASP at server side.
Feb 14 '07 #1
2 1697
MMcCarthy
14,534 Recognized Expert Moderator MVP
hi all! i m building one website in that i want to send the name ,password and query to server . i have taken submit button. After clicking submit my data should reach to server. So how can i do that? i prefer javascript at client side and ASP at server side.
Moving this question to the Javascript forum.
Feb 14 '07 #2
acoder
16,027 Recognized Expert Moderator MVP
hi all! i m building one website in that i want to send the name ,password and query to server . i have taken submit button. After clicking submit my data should reach to server. So how can i do that? i prefer javascript at client side and ASP at server side.
You don't need javascript for that. You can use simple HTML, e.g.
[HTML]<form id="myForm" name="myForm" action="myActionpage.asp" method="post">
Name <input type="text" name="name"><br/>
Password <input type="password" name="password"><br/>
Query <textarea name="query"></textarea><br/>
<input type="submit" name="submit" value="Submit">
</form>[/HTML]
Feb 14 '07 #3

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

Similar topics

13
2852
by: Richard H | last post by:
Hi, I am building a site for a client which has an enquiry form on it. Normally I would something like PHP to send the form but the client doesn't want to pay for a server that supports PHP, so...
5
4828
by: zorhel | last post by:
Hi. My clients will be IE, Mozilla and Opera in a Windows and *nix OS. So, my web app need to, from a server, send messages to a specific client (browser), send messages for all clients,...
14
9099
by: supz | last post by:
Hi, I use the standard code given below to send an email from an ASP.NET web form. The code executes fine but no Email is sent. All emails get queued in the Inetpub mail queue. I'm using my...
9
77404
by: Mahernoz | last post by:
Can i send an email from JavaScript? Is it possible? If yes please the code to send email using javascript...
4
1943
by: shailendra deshpande | last post by:
right now i have only pain html page.and i want to send email through it using javascript plz. anybody tell me how to send email from plain html page using javascript. thanks in advance ...
0
7041
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
7043
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,...
0
6921
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...
1
4776
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
4481
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
2995
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2984
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1300
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 ...
1
563
muto222
php
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.