A
|
ann 5/12/2010 |
Bill, {BEGIN save_button} <span class=buttonborder><input class=button type=button value="Save" onclick="confirmation()"></span> {END save_button}
<script> |
B
|
billprice author 5/12/2010 |
Bill, To add a confirm box you should change the "Save" button html-code. Go to the HTML mode of the Add page on Visual Editor tab See my changes (bold) below: Thereafter add the JavaScipt event at the end of the document. Here is just a sample: <script>
|