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

Home Posts Topics Members FAQ

Easy question...

I'm new to javascript. I have a form with 2 buttons. I want an alert
to show what button was clicked. Also, is there a way to prevent the
text fields from disappearing after submitting a form? Thanks... CM

<SCRIPT LANGUAGE="JavaScript">
function picked()
{
if(login.value=="1")
{
alert("Yes");
}
if(login.value=="2")
{
alert("No");
}
}
</script>

<form onsubmit="picked()">
<input type="submit" name="login" value="1">
<input type="submit" name="login" value="2">
</form>

Feb 8 '06 #1
5 976
TJO
<input type="submit" name="login" value="1" onclick="picked()">

Feb 8 '06 #2
wrote on 08 feb 2006 in comp.lang.javascript:
I'm new to javascript. I have a form with 2 buttons. I want an alert
to show what button was clicked. Also, is there a way to prevent the
text fields from disappearing after submitting a form? Thanks... CM

<SCRIPT LANGUAGE="JavaScript">
function picked()
{
if(login.value=="1")
{
alert("Yes");
}
if(login.value=="2")
{
alert("No");
}
}
</script>

<form onsubmit="picked()">
<input type="submit" name="login" value="1">
<input type="submit" name="login" value="2">
</form>


<script type="text/javascript">
function picked(x) {
if(x.value==1)
alert("One");
else
alert("Two");
return false;
}
</script>

<form>
<input type="submit" onclick='return picked(this)' value="1">
<input type="submit" onclick='return picked(this)' value="2">
</form>
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Feb 8 '06 #3

mo*****@yahoo.com wrote:
I'm new to javascript. I have a form with 2 buttons. I want an alert
to show what button was clicked.
The solution given by Evertjan will solve your problem.
Also, is there a way to prevent the
text fields from disappearing after submitting a form? Thanks... CM
You are submitting a form. If you don't want your form to "disappear",
I can think of 3 ways.

1. Submit the form (postback) to the current page, then fill out the
form.
2. Perhaps a form is not what you really need.
3. Use XMLHttpRequest to submit the form.
<input type="submit" name="login" value="1">
<input type="submit" name="login" value="2">


Was it intentional to have two submit buttons?

Feb 8 '06 #4
Thanks for your help guys... CM

Feb 9 '06 #5
web.dev said the following on 2/8/2006 6:46 PM:
mo*****@yahoo.com wrote:
I'm new to javascript. I have a form with 2 buttons. I want an alert
to show what button was clicked.
The solution given by Evertjan will solve your problem.
Also, is there a way to prevent the
text fields from disappearing after submitting a form? Thanks... CM


You are submitting a form. If you don't want your form to "disappear",
I can think of 3 ways.

1. Submit the form (postback) to the current page, then fill out the
form.


Or submit it to a hidden IFrame.
2. Perhaps a form is not what you really need.
3. Use XMLHttpRequest to submit the form.


Thats the *last* way one should submit a form.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Feb 9 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: rdsteph | last post by:
I am having a lot of fun using the pyGoogle module ( http://pygoogle.sourceforge.net/ ) that uses the Google API. It is about as easy to use as I can imagine, and it is a lot nicer than using my...
0
by: | last post by:
I don't know SQL at all, but I have a problem now because I must use SQL in my PHP scripts. So please help me! I have 2 tables: id | name ----------- 1 | thing1 2 | thing2 3 | thing3 4 ...
5
by: LedZep | last post by:
What up, All I need to do is enter a last name in a text box, query a MSAccess database and display the name with the corresponding columns. This is no problem, but when there are more than one...
1
by: Mad Scientist Jr | last post by:
can someone explain how to simply populate a grid in .net ? the way i understand it, there is no more msflexgrid, and instead is this new control that has to be tied to a dataset, and it is a real...
13
by: Ghislain Tanguay | last post by:
I have a compiled vb.net app and I want to give the user a choice to launch it from the start line command and pass it a parameter or not. How can I do that in my code? Is it possible? Ex. :...
1
by: melanieab | last post by:
Hi, If there's a textbox and the text entered is longer than what's visible (the textbox length), how do you make it so that the beginning chunk of text is visible (instead of the last part of...
23
by: **Developer** | last post by:
Is there an easy way to copies all files in a directory into another directory? What about coping subdirectories too? Thanks in advance for any info
6
by: Martin Bootsma | last post by:
I have a C question, which looks very easy, but no one here seems to know an easy answer. I have a function "powell" (from Numerical Recipes) which takes an argument of the type "double...
27
by: smnoff | last post by:
How does( or should user use) strncpy() to allocate enough memory space for the destination string, s1? I guess I am having trouble using strncpy as it seems to be giving me errors. And just...
9
by: rynTAU | last post by:
This is an easy question, I'm sure but I can't seem to figure it out. I'm trying to use the number_format() function to remove all decimal places from a number. $num = number_format($num,...
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
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
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...
1
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...
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: 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
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.