Displaying 1 result from an estimated 1 matches for "data_trv".
Did you mean:
data_rv
2007 May 03
0
need javasrcipt help
...t">
function sel_value(){
var command_del=confirm(''Really?'');
if(command_del==true){
var cell_no=document.forms[0].selcell_id.value;
//I want to open the ''delete_data.rhtml'' page here where the
// controller name is ''data_trvs'' and action is ''delete_data''
// the have to send the value of cell_no in the controller to
query.
}
}
</script>
In that way I want to open delete_data.rhtml page and send the cell_no
variable in the ''delete_data'' controller method....