<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
$.post("/manage/zhuanti/del/idzt/"+$idzt.val(),{Action:"POST"},function(data){alert(data);window.location.reload();}, "text");
1 function nTabs(thisObj,Num){
if(thisObj.className == "js_3_a")return;
var tabObj = thisObj.parentNode.id;
var tabList = document.getElementById(tabObj).getElementsByTagName("li");
for(i=0; i <tabList.length; i++)
{
if (i == Num)
{
thisObj.className = "js_3_a";
document.getElementById(tabObj+"_Content"+i).style.display = "block";
}else{
tabList[i].className = "js_3_b";
document.getElementById(tabObj+"_Content"+i).style.display = "none";
}
}
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
#main3_l_h4 { width:466px; height:28px; background:url(images/canyin_bg2.jpg) repeat-x; margin:0px; padding:0px; color:#676767;}
#main3_l_h4 strong { width:120px; height:28px; line-height:28px; padding:0 20px; float:left; margin:0px; background:url(images/canyin_point2.jpg) no-repeat 10px 10px; font-size:14px;}
#main3_l_h4 span { width:60px; height:28px; line-height:28px; float:right; text-align:center;}