alibaba pd
Main products:china cup,china bottle,china boll
Products
Contact Us
  • Contact Person : Mr. product sunny
  • Company Name : alibaba pd
  • Tel : 45-454-4545- 5565
  • Fax : 5656-5656-5656- 5565
  • Address : Zhejiang,hangzhou,rtrt
  • Country/Region : China
  • Zip : rtwrt

Company Profile
This supplier has not provided a Company Introduction yet.



Basic Information




Company Name:
alibaba pd




Year Established:
1




Business Type:
Manufacturer




Main Products:
china cup,china bottle,china boll








Email to this supplier





var showSubject = "false";
var keyInfo;
keyInfo = "alibaba pd";
var subjectText = 'Inquiry about @@keywords@@';
var regEx = /@@keywords@@/g;
var subjectValue = encodeURIComponent(subjectText.replace( regEx, keyInfo ));

var fastFbUrl = "http://message.alibaba.com/msgsend/fast_feedback_inquiry.htm?subject="+encodeURIComponent(subjectValue)+"&id=101528011&domain=2&kw="+encodeURIComponent(encodeURIComponent('alibaba pd'))+"&rm=106978540&rn=Mr. sunny product design&cn=fastFeedbackContent&s_cn=true&s_st="+showSubject+"&s_em=afterFeedBackCB&b_tp=2&a_f=s_en&s_ts=mini_feedback";
YAHOO.util.Get.script(fastFbUrl, {charset: 'utf-8'});
//??tradealert?????
afterFeedBackCB=function(div , result, extconf){
/**
* ??????????????
* ????ID:after-feedback-content???? ? TA ????????
*/
var container = (function(){
var tmp = document.createElement('div');
var html = '';
tmp.innerHTML = html;
return tmp.getElementsByTagName('div')[0];
})();
div.appendChild(container);

function getRFQDomContent(){
var tmp = document.createElement('div');
var html = ''
+ 'Use 5 minutes and get up to 10 quotes'
+ 'Just fill out a buying request, Alibaba'+"'"+'s Industry Sourcing Specialists will help you match the right suppliers'
+ 'Post Buying Request Now >>';
+ '';
tmp.innerHTML = html;
return tmp.getElementsByTagName('div')[0];
};
/**
* ???? after-feedback-content ????
*/
try{

container.appendChild(getRFQDomContent());
}catch(e){}

/**
* TA?????? after-feedback-content ????
*/
AE.use(['AE.run.taSubscribe'], function(){
var taSubscribe = AE.run.taSubscribe.getInc( {
keyword: 'alibaba pd',
category: ''
} );

//????
taSubscribe.subscribe(extconf.email);

// ??
AE.biz.clk('62371_qsi_sub_TA');
});
}
var gotoLpFeedbacRFQ = function(){
var submitURL = 'http://us.sourcing.alibaba.com/rfq/request/post_buy_request.htm?tracelog=inquiry_express_120426',
content = '';
try{
if(YUD.get('getLastPInner')){
var text = YUD.getElementsByClassName('fb_ele_content', 'textarea', 'getLastPInner')[0];
content = text.value;
}
}catch(e){}
var doc = document,
form = doc.createElement('form'),
input = null;

form.target = '_blank';
form.action = submitURL;
form.method = 'POST';
form.style.display = 'none';

input = doc.createElement('input');
input.type = 'hidden';
input.name = 'from';
input.value = 'inquiry';
form.appendChild(input);

input = doc.createElement('input');
input.type = 'hidden';
input.name = 'feedbackContent';
input.value = content;
form.appendChild(input);

doc.body.appendChild(form);

form.submit();
};


.j-ta-wrap {
background: none repeat scroll 0 0 #FFFFFF;
border-color: none;
border-right: 0;
border-style: none;
border-width: 0;
margin-top: -5px;
padding: 1px;
width: 98%;
}
.j-ta-wrap .j-ta-inner h3 {
font: bolder 16px arial;
margin: 0;
padding: 0 0 5px;
height:auto;
background:none;
color:#000000;
}





pageConfig.companyProfile.introduction = {
};






.helpLink p.post_rfq_link {background:transparent url('http://img.alibaba.com/simg/single/icon/icon_rfq_20.gif') no-repeat scroll left top;padding-left:28px;}
.tmd-che-dan{margin:10px 0 0 -28px;vertical-align:-3px}

Want to get more exact suppliers with detailed quotations?
Post an RFQ now>>
Not sure about product quality? Find reliable inspectors to help ensure product quality!








document.SearchForm.SearchText.value = XMLDecode(document.SearchForm.SearchText.value);;









var notifyCountFunc = null;

function setNotifyCountResult(func){
notifyCountFunc = func;
}

var getCountSuccess=function(o){

var result = o.responseText
if(result == 'undefined')
return;

var windowProductNum = result;


try{
if(notifyCountFunc != null){
notifyCountFunc(windowProductNum);
}

if(document.getElementById("featureProduct"))
{
document.getElementById("featureProduct").innerHTML="["+windowProductNum+"]";
}

}catch(e){

}
}

var getCountFailure=function(o){

return;
}

var getCountCallbackFunction=
{
success:getCountSuccess,
failure:getCountFailure,
timeout:5000
}





Company Overview



Introduction




Management





Company Capability



Trade Capacity




Quality Control




R&D Capacity






Business Performance



Buyer Interactions


















Email this page
Bookmark this page
Print this page


function emailThisPage(){
var target = document.location;
var win = window.open('http://www.alibaba.com/trade/util/sendmail?sendurl=' + target, 'notice', 'width=600,height=450,location=no,toolbar=no,status=no,resizable=no,scrollbars=yes');
win.focus();
}

AE.namespace('AE.tool.pageTool');

AE.tool.pageTool = function(){
this.defConfig = {
triggers : {
addToFavoriteClassName : 'AE:addToFavorite',
PrintThisPageClassName : 'AE:printThisPage'
},
favInfo : {
title : 'Alibaba: The Largest Base of Suppliers',
url : document.location
}
}
}

AE.tool.pageTool.prototype=YAHOO.lang.merge(AE.tool.pageTool.prototype,{
config : {},
favorite : function(){
var title = this.config.favInfo.title;
var url = this.config.favInfo.url;
try{
if (window.sidebar){
window.sidebar.addPanel(title,url,"");
}else if(document.all){
window.external.AddFavorite(url,title);
}else if(window.opera && window.print){
}
}catch(e){
return false;
}
},
print : function(){
try{
print();
}catch(e){return;}
},
bind : function(){
var favorites = YAHOO.util.Dom.getElementsByClassName(this.config.triggers.addToFavoriteClassName);
var prints = YAHOO.util.Dom.getElementsByClassName(this.config.triggers.PrintThisPageClassName);

if(favorites.length>0){
for(var i=0,j=favorites.length;i0){
for(var i=0,j=prints.length;i

_&page_&content_&is_&ok_
Company Info
Basic Information
Company Name:
alibaba pd
Business Type:
Manufacturer
Product/Service:
china cup,china bottle,china boll
Year Established:
1
Trade & Market


Copyright Notice @ 2008-2022 ECOL Limited and/or its subsidiaries and licensors. All rights reserved.