擬出口,現(xiàn)詢價(jià),如能報(bào)國(guó)際鐵路聯(lián)運(yùn)后貝加爾交貨價(jià)更好.
產(chǎn)品規(guī)格:
厚4MM,2400X1370,2400X1650
產(chǎn)品數(shù)量:
大量
包裝說(shuō)明:
木箱
document.write("");
document.write("");
functionShowToMail(subject,content)
{
varform=document.getElementById("ActionForm");
form.action="http://bizcenter.techcenter.mainone.cn/DLG/ToMail.aspx";
form.target="ToMailWin";
while(form.childNodes.length>0)
{
form.removeChild(form.childNodes[0]);
}
varobjSubject=document.createElement("input");
objSubject.name="subject";
objSubject.type="hidden";
objSubject.id="subject";
objSubject.value=subject;
form.appendChild(objSubject);
varobjcontent=document.createElement("input");
objcontent.type="hidden";
objcontent.id="content";
objcontent.name="content";
objcontent.value=subject;
form.appendChild(objcontent);
varpopupWin=window.open("","ToMailWin","height=500,width=500,top=100,left=300,location=no,menubar=no,resizable=no,status=no,titlebar=no,toolbar=no,scrollbars=yes");
form.submit();
}
functionAddSupplyFavorite(id)
{
document.getElementById("ActionFrame").src="http://bizcenter.techcenter.mainone.cn/Supply/Favorite/AddSupplyFavorite.aspx?SupplyID="+id;
}
if(!String.trim)
{
String.prototype.trim=function()
{
returnthis.replace(/(^s*)|(s*$)/g,"");
}
}
if(!String.equal)
{
String.prototype.equal=function(str)
{
varx=this.trim().toUpperCase();
vary=str.trim().toUpperCase();
returnx==y;
}
}
//供求大圖
functionshowBigSupplyPic(strURL,img){
if(img.indexOf("nopic.jpg")==-1){
window.open(strURL+"?pic="+escape(img));
}
}