The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> getting html element name, javascript function
kryles
post Jan 18 2008, 01:41 PM
Post #1


Novice
**

Group: Members
Posts: 21
Joined: 30-November 07
Member No.: 4,437



Hi,

I just want to test which textbox the user is filling in. I think I'll use an onkeyup function call from the textbox, but how do I check the name of the textbox with focus?

I was thinking something along these lines but it doesn't seem to work (no message)

CODE


/* JS */

function focusField(curEl)
{
var current_ele = curEl;
alert("here");
if(current_ele.Name() == "Fname")
alert("yay!");
}

<!-- html -->
<input type="text" name="Fname" id="Fname" value="" onkeyup="focusField(this);"> <!-- pass element makign call -->


User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th April 2024 - 09:16 AM