I am experiencing a problem that I have tried to reproduce several times and failed. This issue is intermittent in nature and does not occur in every case but some particular users have been getting this error on daily basis. When they submit a request, the system generates an error message...
I have fields defined based on a number that is keyed in, for example if i = 10 where i is an input field then the fields would be defined as <input name="field#i#">
which would result in field1, field2, --- field10. Is there a way to access these fields on the next page using the same loop? I...
I have fields define based on an input number, for example if user keys in 5 then the fields are defined as field1, field2, field3, field4, and field5. There are other fields defined too in the form. Is there are way to access these fields 1 - 5 in javascript by using something like...
I am trying to open a window and run a query within it. The window is supposed to set certain calling window variables and the main window needs to execute some code after the called window is closed. But as soon as the window opened with the following:
var szURL =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.