search for: sel_value

Displaying 1 result from an estimated 1 matches for "sel_value".

Did you mean: sec_value
2007 May 03
0
need javasrcipt help
...is submit and other is delete. for submit button, I use: <%= submit_tag "submit" %> In the case of delete button I place a ''onclick'' javascript function to call my ''set_value'' function, <script language="javascript"> 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...