I'd like to be able to pass l.var1 and l.var2. I thought miva_variable_value would work, but no joy. And the mveval syntax doesn't work inside the onchange attribute. How would I do this correctly? Will I need to or mveval or mvcapture the whole input string?
Thanks,
Scott
HTML Code:
<input type="text" name="{ MYINPUT[l.idx] }" value="{ l.var2 }" size="40" onchange="RunMyJSFunction( l.var1, l.var2 );">
Scott
Comment