what is the proper syntax for a form text box to reference itself (to pass value on to a function or sub)
example
<input name="day1" type="text" id="day1" onChange="<%call Changebox(newvaluehere,-13,qryElements.Fields.Item("numsubcatagoryid"
.Value)%>" size="5">
When the user changes the value in the textbox, I wish to pass the new value to a function(along with some other arguements).
Am I calling the function correctly? (it is VBscript)
All my users are on IE6, the backend is SQL.
I did ask a similar question on another thread, but I think I made it too complicated.
thanks
Rob Mills
System Analyst
Correctional Services Canada
(all statements are my own ...., ah hell, its the government, sue'em anyway)
example
<input name="day1" type="text" id="day1" onChange="<%call Changebox(newvaluehere,-13,qryElements.Fields.Item("numsubcatagoryid"
When the user changes the value in the textbox, I wish to pass the new value to a function(along with some other arguements).
Am I calling the function correctly? (it is VBscript)
All my users are on IE6, the backend is SQL.
I did ask a similar question on another thread, but I think I made it too complicated.
thanks
Rob Mills
System Analyst
Correctional Services Canada
(all statements are my own ...., ah hell, its the government, sue'em anyway)