Js variable into php variable
obj.onSelectedRowsChanged = function(rowIndicesArray){
var MacId =obj.getCellValue(0,rowIndicesArray);
label.setControlText(obj.getCellValue(0,rowIndicesArray));
}
</script>
<input name="MachineId" value=????????????? >
How can i put the text of the label in the input
10x for helping me :)
var MacId =obj.getCellValue(0,rowIndicesArray);
label.setControlText(obj.getCellValue(0,rowIndicesArray));
}
</script>
<input name="MachineId" value=????????????? >
How can i put the text of the label in the input
10x for helping me :)
Pascale
January 12,