IT Community - Software Programming, Web Development and Technical Support

How can I get the elements index number of a form field using 'this'?

This is a discussion on How can I get the elements index number of a form field using 'this'? within the HTML, CSS and Javascript Coding Techniques forums, part of the Web Development category; Hi all.... How can I get the elements index number of a form field using 'this'? Thanks & Regards P....


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > HTML, CSS and Javascript Coding Techniques

Register FAQ Members List Calendar Mark Forums Read
  #1  
Old 10-17-2007, 06:58 AM
Pvinothkumar Pvinothkumar is offline
D-Web Analyst
 
Join Date: Sep 2007
Posts: 235
Pvinothkumar is on a distinguished road
Default How can I get the elements index number of a form field using 'this'?

Hi all....

How can I get the elements index number of a form field using 'this'?

Thanks & Regards
P.vinothkumar
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 10-17-2007, 07:02 AM
itbarota itbarota is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 542
itbarota is on a distinguished road
Default Re: How can I get the elements index number of a form field using 'this'?

Hi...

<script language="JavaScript"><!--
function getIndex(what) {
for (var i=0;i<document.myForm.elements.length;i++)
if (what == document.myForm.elements[i])
return i;
return -1;
}

function test(what) {
alert(getIndex(what));
}
//--></script>

<form name="myForm">
<Input type="button" value="Button0" onClick="test(this)">
<input type="button" value="Button1" onClick="test(this)">
<input type="button" value="Button2" onClick="test(this)">
<input type="button" value="Button3" onClick="test(this)">
</form>

Thanks....
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Number sign in Textarea Field causing php problems karisegraves PHP Programming 1 01-04-2009 04:20 AM
Date/time stamp a form field as the form is submitted itbarota HTML, CSS and Javascript Coding Techniques 1 02-06-2008 09:16 PM
Date/Time stamp a form field as the form is submitted itbarota HTML, CSS and Javascript Coding Techniques 2 01-17-2008 07:47 PM
How can I clear the form field values after the user has submitted the form for clien itbarota HTML, CSS and Javascript Coding Techniques 1 11-01-2007 10:39 PM
Form elements tripnautic HTML, CSS and Javascript Coding Techniques 1 03-20-2007 06:40 AM


All times are GMT -7. The time now is 04:26 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.
Our Partners
One Way Moving Companies | Stamford Dentist | Euro Millions Lottery | Home Loans| Furniture

SEO by vBSEO 3.0.0