473,657 Members | 2,700 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

button click wrongly firing on login page with client script 4 "en

I'm having a problem with a button click event being fired erroneously.

My login.aspx page has the usual username/password boxes.
There is also a link to click when you have filled these, plus a 'remember
me' checkbox.

Further down the page we have a 'email me my password' button.

In addition there is also a small piece of client side script to handle the
user pressing the 'enter' key (this has the same effect as clicking the
'login' link)

What I want to know is - why is the 'email pwd' button event being fired
when the user hits enter?

here is the client script:
==start script
<script language="VBScr ipt">
sub Document_onKeyD own()
if window.event.ke yCode = 13 then
Login.submit()
window.event.re turnValue=true
end if
end sub

</script>
==end script
Nov 19 '05 #1
2 1948
Hitting enter is always the same as clicking the first submit button.

http://www.allasp.net/enterkey.aspx

Eliyahu

"adolf garlic" <ad*********@di scussions.micro soft.com> wrote in message
news:4A******** *************** ***********@mic rosoft.com...
I'm having a problem with a button click event being fired erroneously.

My login.aspx page has the usual username/password boxes.
There is also a link to click when you have filled these, plus a 'remember
me' checkbox.

Further down the page we have a 'email me my password' button.

In addition there is also a small piece of client side script to handle the user pressing the 'enter' key (this has the same effect as clicking the
'login' link)

What I want to know is - why is the 'email pwd' button event being fired
when the user hits enter?

here is the client script:
==start script
<script language="VBScr ipt">
sub Document_onKeyD own()
if window.event.ke yCode = 13 then
Login.submit()
window.event.re turnValue=true
end if
end sub

</script>
==end script

Nov 19 '05 #2
When you set the event returnValue to true, you are allowing the keydown to
continue propagating up the chain. So you are submitting, then you are
hitting your email pwd button.

Try changing the returnValue to false and see if that works.

HTH,

bill

"adolf garlic" <ad*********@di scussions.micro soft.com> wrote in message
news:4A******** *************** ***********@mic rosoft.com...
I'm having a problem with a button click event being fired erroneously.

My login.aspx page has the usual username/password boxes.
There is also a link to click when you have filled these, plus a 'remember
me' checkbox.

Further down the page we have a 'email me my password' button.

In addition there is also a small piece of client side script to handle the user pressing the 'enter' key (this has the same effect as clicking the
'login' link)

What I want to know is - why is the 'email pwd' button event being fired
when the user hits enter?

here is the client script:
==start script
<script language="VBScr ipt">
sub Document_onKeyD own()
if window.event.ke yCode = 13 then
Login.submit()
window.event.re turnValue=true
end if
end sub

</script>
==end script

Nov 19 '05 #3

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

Similar topics

4
8414
by: Matt | last post by:
In ASP page, there is a "SELECT ALL" button, when user click it, it will select all checkboxes. I am not sure should I use client-side code to do that? the following is my approach but it didnt work. <script language="JavaScript"> function selectAllCheckBox() { //alert(document.addzone.c1.value); document.addzone.c1.value = "on"; } </script>
3
2260
by: IntraRELY | last post by:
I need to attach the following 2 little scripts to an ASP.NET Button. I am having an issue with running both of the Attributes.Add. I can only get on to work at once. I have also tried to put them both/either in the page_load, but cannot get it to work. TIA, Steve Wofford www.IntraRELY.com
4
2996
by: nicholas | last post by:
Weird thing: Got an aspx page with a button and an associated code in VB.net. On my testing server the page works fine. On the old hosters server the page worked fine too. But now, at the new hoster it does not. When I click on the submit button: nothing happens. The only thing that works is form validation.
1
1137
by: mensuur | last post by:
hi, have you ever tried windows live mail? they ave right click functions. you right click en email message and it comes up with options like 'delete' or 'reply'. anyway, i was wondering how it is done. can anyone teach me how? thanks -- mensuur
37
4179
by: Jan Wagner | last post by:
Hi, can't figure this one out, what's the CSS way to specify the language? In HTML it would be simply an lang="xx" attribute, or XHTML xml:lang="xx", but, how about in CSS? This would be required for a screen reader (text to speech) for accessibility, to help the reader software use the correct presentation method (e.g. correct language module).
2
3131
by: Cristobal | last post by:
Hola tengo un problemilla, necesito saber que evento es llamado al hacer click sobre una de las filas del gridview. Lo necesito para poder sobreescribirlo y hacer una redirección dentro de él. Un saludo a todos y gracias
0
968
by: =?Utf-8?B?RXJpayBBZGFz?= | last post by:
Hi. Recently I installed an intranet application in asp pages and sql server 2000. In some pages there are dream weaver buttons. The problem is that in customer installations the buttons work with double click, en our installations (development installations) the buttons work with single click. Some body have an idea about the problem? Thanks for your help
0
8407
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
8319
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8739
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...
0
8612
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
7347
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...
0
5638
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4171
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1969
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.