have a javascript
in which i am trying to assign the value to a hidden field and getting the below msg
'document.Form1.H_ROWID' is null or not an object
i am getting the value in the alert box but not able to assign it o teh control
alert("row " +M_ROWID)
document.Form1.H_ROWID.value = M_ROWID