You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your control inside of a form (called "formx"). Prior to adding the form my javascript worked that parsed a column of data values entered. Now it is broken. I have narrowed it down to the trivial addition of the class name "myTable01". I see in Firebug where a whole set of new names are added. However, being new to Javascript, I am not sure which name to pick up.
Here is a snippet of code that references the form.
lbl= eval("formx.pending" + alpay[k] + ".value");
I need to change formx.????.pending correct? But what
I apprecitate your time looking at this
The text was updated successfully, but these errors were encountered:
I am using your control inside of a form (called "formx"). Prior to adding the form my javascript worked that parsed a column of data values entered. Now it is broken. I have narrowed it down to the trivial addition of the class name "myTable01". I see in Firebug where a whole set of new names are added. However, being new to Javascript, I am not sure which name to pick up.
Here is a snippet of code that references the form.
lbl= eval("formx.pending" + alpay[k] + ".value");
I need to change formx.????.pending correct? But what
I apprecitate your time looking at this
The text was updated successfully, but these errors were encountered: