Posted By:
Lawrence_Maturo
Posted On:
Friday, January 4, 2002 09:20 AM
I am trying to use the onclick handler within the iterate tag to call a javascript funtion thusly: )"/> The javascript function is: function setValue(target) { document.forms[0].id.value=target; }; ]]>]]> My problem is that I can't find any quoting convention that works for this. I've tried everything I can think of. I am willing to believe that my approach is all wrong, and that there is a better way of approaching this problem.
More>>
I am trying to use the onclick handler within the iterate tag to call a javascript funtion thusly:
)"/>
The javascript function is:
My problem is that I can't find any quoting convention that works for this. I've tried everything I can think of. I am willing to believe that my approach is all wrong, and that there is a better way of approaching this problem.