My ChemCD       document.write('Login'); | Register

Advertising application

Advertising sponsors

Shanghai Weiyuan Fine Fluorine S. & D. Co., Ltd.

Fuxin Custchem Fine Chemical Co., Ltd.

Shangyu Catsyn Co., Ltd.

Shanghai Plus bio-Sci&Tech Co.,Ltd.

Hangzhou FST Pharmaceutical Co., Ltd.

Zhejiang Sixian Pharmaceutical Co.,Ltd.
Shangyu Sanhe Chemical CO.,LTD.
Shangyu Sanhe Chemical CO.,LTD.
Disynthesis Technology Co., Ltd.
Disynthesis Technology Co., Ltd.
Shanghai Rainbow Chemistry Co., Ltd.
Shanghai Rainbow Chemistry Co., Ltd.
Chengdu AstaTech Trading Co., Ltd./AstaTech (Chengdu) Pharma. Co., Ltd.
Chengdu AstaTech Trading Co., Ltd./AstaTech (Chengdu) Pharma. Co., Ltd.

Advertising application
About Us - Services - Careers - Friendly Link - Contact Us - Links - Help Center - Disclaimer - Add to favorite
SiteMap | Product SiteMap | CAS | CAS Index
Copyright © 2012-2014, chemcd.com.License: ICP NO.:Zhejiang ICP 11020424 No. -1
function ByCountry(id,type){ var cy=document.getElementById("country").value; window.location.href="supplyInfo_"+id+"_"+type+"_"+cy+"_1.html"; } $(function () { $("#inquiryBatchForm").Validform({ tiptype:1, datatype:{ "need1":function(gets,obj,curform,regxp){ var need=1, numselected=curform.find("input[name='"+obj.attr("name")+"']:checked").length; return numselected >= need ? true : "You have not selected!"; } } }); $("#allselect").click(function () { //":checked"匹配所有的复选框 $(":checkbox").each(function(){ $(this).attr("checked",true); }); //"#div1 :checked"之间必须有空格checked是设置选中状态。如果为true则是选中fo否则false为不选中 }); $("#cancel").click(function () { $(":checkbox").each(function(){ $(this).attr("checked",false); }); }); //理解用迭代原理each(function(){} $("#invert").click(function () { $(":checkbox").each(function(){ if($(this).attr("checked")){ $(this).attr("checked",false); }else{ $(this).attr("checked",true); } }); }); }); function nTabs(thisObj, Num) { if (thisObj.className == "active") return; var tabList = document.getElementById("myTab").getElementsByTagName("li"); for (i = 0; i < tabList.length; i++) {//点击之后,其他tab变成灰色,内容隐藏,只有点击的tab和内容有属性 if (i == Num) { thisObj.className = "active"; document.getElementById("myTab_Content" + i).style.display = "block"; } else { tabList[i].className = "normal"; document.getElementById("myTab_Content" + i).style.display = "none"; } } } function msnoperate(action, msn) { var actionArray = new Array(); actionArray = { 'reghotmail' : 'http://go.discuz.com/?app=msn&linkid=1', 'reglivemail' : 'http://go.discuz.com/?app=msn&linkid=2', 'regliveid' : 'http://go.discuz.com/?app=msn&linkid=3', 'download' : 'http://go.discuz.com/?app=msn&linkid=4', 'add' : 'http://go.discuz.com/?app=msn&linkid=5&msn=' + msn, 'chat' : 'http://go.discuz.com/?app=msn&linkid=6&msn=' + msn } if(messengerInstalled()) { window.open(actionArray[action]); } else { window.open('http://go.discuz.com/msn/msn.html','_blank','width=571, height=498'); } } function messengerInstalled() { try { new ActiveXObject("MSNMessenger.P4QuickLaunch"); return true; } catch (e) { return false; } }