定義取消設(shè)置
//定義"取消設(shè)置"的函數(shù) ? ?function dset(){ ? ? ? ?var a=confirm("是否取消設(shè)置?"); ? ? ? ? ? ? ? ?if(a){ ? ? ? ? ? ?window.open("http://localhost/xcrm/javascript/demo13.html","_self"); ? ? ? ?} ? ?}
//定義"取消設(shè)置"的函數(shù) ? ?function dset(){ ? ? ? ?var a=confirm("是否取消設(shè)置?"); ? ? ? ? ? ? ? ?if(a){ ? ? ? ? ? ?window.open("http://localhost/xcrm/javascript/demo13.html","_self"); ? ? ? ?} ? ?}
2016-12-20
舉報(bào)
2016-12-20
function rnmb(){
a=confirm("是否取消")
if(a==true){
document.getElementById("txt").removeAttribute("style");}
? ? }