function loadjscssfile(filename, filetype){ //如果文件类型为 .js ,则创建 script 标签,并设置相应属性 if (filetype=="js"){ var fileref=document.createElement('script'); fileref.setAttribute("type","text/javascript"); fileref.setAttribute("src", filename); } //如果文件类型为 .css ,则创建 script 标签,并设置相应属性 else if (filetype=="css"){ var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", filename); } if (typeof fileref!="undefined") document.getElementsByTagName("head")[0].appendChild(fileref); } var cvcModel_list="35MU683MZ12012" setTimeout('loadjscssfile("//www.st-ic.com/stockshowsearch_m.asp?cvcKeyword="+cvcModel_list, "js")',100); setTimeout('loadjscssfile("//www.laird-tek.com/stockshowsearch_m.asp?cvcKeyword="+cvcModel_list, "js")',100); setTimeout('loadjscssfile("//www.rohm-chip.com/stockshowsearch_m.asp?cvcKeyword="+cvcModel_list, "js")',100); setTimeout('loadjscssfile("//www.amphenol-connect.com/stockshowsearch_m.asp?cvcKeyword="+cvcModel_list, "js")',100); setTimeout('loadjscssfile("//www.delphi-connect.com/stockshowsearch_m.asp?cvcKeyword="+cvcModel_list, "js")',100); setTimeout('loadjscssfile("//so.szcwdz.com/stockshowComSearch_m.asp?cvcKeyword="+cvcModel_list, "js")',100); setTimeout('loadjscssfile("//so.szcwdz.com/stockshowComCnSearch_m.asp?cvcKeyword="+cvcModel_list, "js")',100); setTimeout('loadjscssfile("//so.szcwdz.com/stockshowCnSearch_m.asp?cvcKeyword="+cvcModel_list, "js")',100); setTimeout('loadjscssfile("//so.szcwdz.com/searchModelget_m.asp?cvcKeyword="+cvcModel_list+"&cvcPage=so&cvcCangKu=so&ciid=-1", "js")',100); setTimeout('loadjscssfile("//so10.szcwdz.com/getstock6_m_show.asp?a3c9MzVNVTY4M01aMTIwMTImdD0x", "js")',100); function addcart(obj) { document.getElementById("goodsinfo").value=obj.innerHTML; document.getElementById("frm_addcart").submit(); }