The next code, isn't working - a function which will configure few variables (onclick) and insert them to a function.
The code only works when I delete the
".value" from the variables.
The elements (Text boxes) that the javascript search for are placed on the same page.
The javascript code just gets the value of the elements and assign a variable for it.
Then the variables are inserted into a function (Which will launch ajax code).
if I change the function to this:
showUser('ca1', 'cb2', 'cc3', 'cd4', 'ce5', 'cf6', 'cg7', 'ch8', 'ci9', 'cj10');
(not variables used)
and I remove the variables from the code, it works perfectly.
Thanks for helpers
