Please help!!! Does anyone know how to use Javascript to calculate values with repeated? There are 1 textbox named "tbxDelQty" & 4 static text objects within repeated group. By looking at the source of the page, each display row has the same input name which is "tbxDelQty", and no name specified for any static text object. Normally, I can refer to the value by using "document.form1.tbxDelQty.value", but within the repeated they all have the same name. How do I use java script to retrive the value from tbxDelQty and other static text fields at each row within the repeated and perform the calculation function? _________________________________________________________________________ To unsubscribe from this mailing list please send an email to: [EMAIL PROTECTED] Please remember to use the same email address you subscribed with. For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
