J
|
Jane 8/23/2006 |
Hi,
|
R
|
rgke author 8/25/2006 |
Taking suggestion 1, is it possible to put a message out to the user saying, say, "Do you want to insert record now?", and then if they reply No, going back to the screen without losing the data they have already entered? |
J
|
Jane 8/25/2006 |
Hi, <input class=button type=submit value="<%= MultilangMessage("SAVE") %>" id=submit1 name=submit1>
<input class=button type=submit value="<%= MultilangMessage("SAVE") %>" id=submit1 name=submit1 onclick="return confirm('do you want to save?');"> |