Hi is there any way to upadte cell value with no events (i dont want to use 'onClick' or others)?
The scheme is: user is filling form value, then clicks 'ok', and then value should be showed in cell in html table ?
thx in advance for all help
Since the user is going to click the Ok link anyways that seems to be the most relevant place to invoke your javascript from.
<form>where you have the input field and add the onclick event to that button..