473,699 Members | 2,443 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

form's field number

abs
Input field of the form. How to check which number this field has ? I mean
the order number, like variable elementNumber in
document.forms[formnumber].elements[elementNumber] ? Is it possible to check
without looping and comparing some attributes in every loop ?

Best regards,
ABS
Jul 23 '05
11 3131
abs wrote:
Użytkownik "Lee" <RE************ **@cox.net> napisał w wiadomo¶ci
news:d4******** @drn.newsguy.co m...
So why not use the field's "name" attribute?
c


As I wrote, the fields might have the same names, like:

<input type="text" name="myname[]">
<input type="text" name="myname[]">

Regards,
ABS


<input type="text" name="myname[]">
<input type="text" name="myname[]">
..............
..............
document.forms[0].elements["myname[]"][0]
document.forms[0].elements["myname[]"][1]

Jul 23 '05 #11
abs wrote:
Użytkownik "Lee" <RE************ **@cox.net> napisał [...]
So why not use the field's "name" attribute?
document.forms[0].elements["date[]"].value


As I wrote, the fields might have the same names, like:

<input type="text" name="myname[]">
<input type="text" name="myname[]">


I still don't understand why you need the index. On event, pass the `this'
reference or use `event.target || event.srcElemen t' and you don't need any
index, let alone the element's name.
HTH

PointedEars
--
Multiple exclamation marks are a sure sign of a diseased mind.
-- Terry Pratchett
Jul 23 '05 #12

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

Similar topics

6
32693
by: Susan | last post by:
Is there any way to take one of the fields from the form and use that as your subject line.. right now I have a default subject line entered - but would rather have the subject be the information the user has typed into the field "store" current code: <!-- Start of FORM --> <form method="POST" action="mailto:abc@abc.com?subject=ABC Request" enctype="text/plain">
36
11317
by: Martin Herrman | last post by:
Dear scripters, I am working on a HTML form in which a date must be entered of the form 'dd-mm-yyyy'. Now I'm looking for a script that, when the user switches to another form field, changes e.g. 'ddmmyyyy' or 'dd-m-yy' to 'dd-mm-yyyy'. I have searched the net using google, but only found validators that show an error if an incorrect format is used. (and I can't write one on my own) Does someone has such a script for me?
19
2144
by: cover | last post by:
Is there a restriction to the number of fields you can work with in a PHP to MySQL connection? I'd used as many as 15 quite a few times and now I have a form with 34 fields and can't seem to get the info inserted into the table even though I'm not getting any connection errors, etc. Since my method is identical, I'm wondering if there's some 'rule' I am unaware of. TIA
3
5578
by: john | last post by:
I'm trying to refer to a form's field in a query like this strSQL = "SELECT Transactie.* INTO CatTemp" strSQL = strSQL & " FROM Transactie" strSQL = strSQL & " WHERE Transactie.Categorie1=!! ;" dBEngine(0)(0).Execute strSQL, dbFailOnError but I can't get it to work. I get the message that there are too less parameters.
1
2136
by: sjvandevoorde | last post by:
I need some help with a couple forms/test fields. Bare with me I have been out of the field for some time and only consider myself an intermediate user. The first one is a subfrom which lists records including Decrease and Increase field. I have two text fields which are suppose to total each of these fields. This subform is within another form which should be displaying the current balance. The subform text feilds are: Decrease - (I...
2
8305
by: John | last post by:
In my query I'm trying to reference to a numeric (autonumber) field of my form but I can't get it to work. Error message: "Datatypes don't match in the criterium expression." This is the particular line that doesn't work: strSQL = strSQL & "WHERE (((Contact.ID_contact)='" & Me.ID_contact] & "'));" When I replace '" & Me.ID_contact] & "' by 1 it works. I tried removing and replacing the quotes in all kinds of ways, but no luck.
2
2576
by: tahseenm | last post by:
I would like to know the easy way to make my date field to pop up calendar to select my dates in a form date field. Thanks and let me know soon.
1
3635
by: popoypopoy | last post by:
How to create an email attachment for the user's biodata from the form file field using Persist.MailSender ?
0
8620
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
9180
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9038
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...
1
8920
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8887
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
7755
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
4378
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
4633
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3060
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 we have to send another system

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.