To determine whether to delete javaScript
Advertisements
function del () (
var msg = "you really sure you want to delete it? \ n \ n Please confirm!";
if (confirm (msg) == true) (
return true;
) else (
return false;
)
)
</ script>
Connection:
<a href = '<html:rewrite action="/control/module/manage"/>? method = delete & id = $ (module.id)'> Delete back Qinbo module </ a> </ td>
Related Posts of To determine whether to delete javaScript
-
JavaScript js pop-up box to determine whether to confirm delete message, delete it prompts the user before the delete, is deleted, any points back
This is a major, onclick = "return confirm ( 'delete records to determine this?')" Black hair: http://heisetoufa.javaeye.com/
-
Determine whether to delete javaScript
<script language="javascript" type="text/javascript"> function del () ( var msg = "Do you really want to delete you? \ n \ n Please make sure!"; if (confirm (msg) == true) ( return true; ) Else ( return false; ) ) ...
-
Javascript select control operations Daquan (Add. Modified. Deleted. Selected. Empty. Determine present) (from Network)
Javascript select operation is a common form, delete multiple select values today, when a problem, So now turned out to be caused by the index (that is deleted when removed from the index of the start, and then remove the index of small , otherwise delete
-
JavaScript Select the control action
Javascript select control operations Daquan (add, modify, delete, select, empty, determine the existence, etc.) Posted on 2007-08-08 14:56 Monday to read (40874) Comments (38) Editor collection Category: JavaScript Select option 1 to check whether th ...
-
javascript to judge the browser
JavaScript is the main language front-end development, we can write JavaScript programs to determine the browser type and version. JavaScript to determine browser type generally have two options, one is based on the unique properties of a variety of ...
-
browser javascript to judge the
JavaScript is the main language front-end development, we can write JavaScript programs to determine the browser type and version. JavaScript determine browser type there are two ways, one is based on various browsers to distinguish the unique attrib ...
-
Javascript operations Daquan select control
Javascript control operations Daquan select (add, modify, delete, check, empty, to determine existence, etc.) JavaScript [1] to determine whether there select option Value = "paraValue" of Item [2] to select the option to add a Item [3] fro ...
-
Determine whether the client disables javascript.cookie
Determine whether the client disables javascript, cookie Usually very few users think of disabled javaScript. Therefore, we order to achieve some good user experience, to effect some pages, more or less will use the javaScript, Ajax, cookie and other
-
javascript remove element Array built-in objects
In the javascript in, Array object does not provide delete method to delete the array, and some people will say there is a js in their own way to delete an array element delete, delete but you did not change after the length of the array, this is not what
-
Javascript select object operations Daquan (add. Modification. Delete. Select. Empty. Determine the existence, etc.)
[Reprinted only] good to see other people summing up, the article addresses: http://www.58php.com/news.php?id=102 1.1 determine whether there select option Value = "paraValue" in Item 2.2 The option to select to add a Item Select option 3.3












