[Javascript] problems with NN6-accessing the dynamic field names in Javascri

P Sreenivasa Rao psrao at cmcltd.com
Tue Nov 27 17:09:22 CST 2001


Hi PPK,
Thank you for ur reply.
I'll try and get back to you.

Have a nice time.
With best regards,
Sreenivas P
----- Original Message -----
From: "Peter-Paul Koch" <gassinaumasis at hotmail.com>
To: <javascript at LaTech.edu>
Sent: Tuesday, November 27, 2001 12:45 AM
Subject: Re: [Javascript] problems with NN6-accessing the dynamic field
names in Javascri


>
>
>
> >Briefly , my problem is how can I access
> >the dynamic field names in Javascript with NN
> >
> >we are making our application compatible with NN6.
> >
> >  temp1=document.all.item("customerids"+count).value;
>
> Don't use the MS DOM at all, no document.all needed. Good old
document.forms
> works in all browsers:
>
> temp1=document.forms.elements["customerids"+count].value
>
> ppk
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> http://www.LaTech.edu/mailman/listinfo/javascript
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2551 bytes
Desc: not available
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20011127/76453277/attachment.bin>


More information about the Javascript mailing list