gusucode.com > 2030网博士成品网站管理系统 PHP网站源码程序 > 2030/dingcan/admin/js/frame.js

    <!--


$(document).ready(function() {
	
	var getObj = $('li.menulist');
	$("li#m1_1")[0].className="menulistnow";

	getObj.each(function(id) {
		var obj = this.id;
		$("li#"+obj).mouseover(function() {
			$('li.menulistover').each(function(id) {
				this.className="menulist";
			});
			if(this.className!="menulistnow"){this.className="menulistover";};
		});
		$("li#"+obj).mouseout(function() {
			$('li.menulistover').each(function(id) {
				this.className="menulist";
			});
		});

		$("li#"+obj).click(function() {
			$('li.menulistnow').each(function(id) {
				this.className="menulist";
			});
			this.className="menulistnow";
		});
	});
});


$(document).ready(function() {
	
	$("li#m0_1").click(function() {
			$("iframe#framecon")[0].src='config_dingcan.php';
	});
	$("li#m0_2").click(function() {
			$("iframe#framecon")[0].src='config_peisongcenter.php';
	});
	$("li#m0_3").click(function() {
			$("iframe#framecon")[0].src='config_songcanzone.php';
	});
	$("li#m0_4").click(function() {
			$("iframe#framecon")[0].src=PDV_RP+'member/admin/paycenter.php';
	});
	$("li#m0_5").click(function() {
			$("iframe#framecon")[0].src='config_memberzhekou.php';
	});
	$("li#m0_6").click(function() {
			$("iframe#framecon")[0].src='config_songcantime.php';
	});
	
	$("li#m1_1").click(function() {
			$("iframe#framecon")[0].src='canpin_zixuan_cat.php';
	});
	$("li#m1_2").click(function() {
			$("iframe#framecon")[0].src='canpin_zixuan_con.php';
	});
	$("li#m1_3").click(function() {
			$("iframe#framecon")[0].src='canpin_guding_cat.php';
	});
	$("li#m1_4").click(function() {
			$("iframe#framecon")[0].src='canpin_guding_con.php';
	});
	$("li#m1_5").click(function() {
			$("iframe#framecon")[0].src='canpin_zuhe_cat.php';
	});
	$("li#m1_6").click(function() {
			$("iframe#framecon")[0].src='canpin_zuhe_cpcon.php';
	});
	$("li#m1_7").click(function() {
			$("iframe#framecon")[0].src='canpin_zuhe_con.php';
	});
	$("li#m1_8").click(function() {
			$("iframe#framecon")[0].src='canpin_caipu_con.php';
	});
	
	$("li#m2_1").click(function() {
			$("iframe#framecon")[0].src='order_luru.php';
	});
	$("li#m2_2").click(function() {
			$("iframe#framecon")[0].src='order_shouli.php';
	});
	$("li#m2_3").click(function() {
			$("iframe#framecon")[0].src='order_peisong.php';
	});
	$("li#m2_4").click(function() {
			$("iframe#framecon")[0].src='order_peisong2.php';
	});
	$("li#m2_5").click(function() {
			$("iframe#framecon")[0].src='order_chaxun.php';
	});
	
	$("li#m3_1").click(function() {
			$("iframe#framecon")[0].src=PDV_RP+'member/admin/member_common.php';
	});
	$("li#m3_2").click(function() {
			$("iframe#framecon")[0].src=PDV_RP+'member/admin/member_common.php?searchmodle=account';
	});
	$("li#m3_3").click(function() {
			$("iframe#framecon")[0].src=PDV_RP+'member/admin/member_common.php?searchmodle=cent';
	});
	
	$("li#m4_1").click(function() {
			$("iframe#framecon")[0].src=PDV_RP+'member/admin/member_ph_pay.php';
	});
	$("li#m4_2").click(function() {
			$("iframe#framecon")[0].src=PDV_RP+'member/admin/member_ph_buy.php';
	});
	$("li#m4_3").click(function() {
			$("iframe#framecon")[0].src=PDV_RP+'member/admin/member_ph_cent.php';
	});
	$("li#m4_4").click(function() {
			$("iframe#framecon")[0].src=PDV_RP+'dingcan/admin/member_ph_dingcan.php';
	});
	$("li#m4_5").click(function() {
			$("iframe#framecon")[0].src=PDV_RP+'member/admin/member_account.php';
	});
	$("li#m4_6").click(function() {
			$("iframe#framecon")[0].src=PDV_RP+'member/admin/member_stat_buy.php';
	});
	$("li#m4_7").click(function() {
			$("iframe#framecon")[0].src=PDV_RP+'member/admin/member_stat_cent.php';
	});
	
	$("li#m5_1").click(function() {
			$("iframe#framecon")[0].src='sell_tongji_orderquery.php';
	});
	$("li#m5_2").click(function() {
			$("iframe#framecon")[0].src='sell_tongji_caipinsell.php';
	});
	$("li#m5_3").click(function() {
			$("iframe#framecon")[0].src='sell_tongji_zonedingcan.php';
	});
	$("li#m5_4").click(function() {
			$("iframe#framecon")[0].src='sell_tongji_peisongcenter.php';
	});
	
});



-->