jctrans.net Open in urlscan Pro
114.116.217.96  Public Scan

URL: http://jctrans.net/
Submission: On September 19 via manual from ES — Scanned from ES

Form analysis 4 forms found in the DOM

<form class="layui-form" action="">
  <div class="layui-input-inline select-a">
    <select name="SlectName" lay-filter="Select" id="Select">
      <option value="0">Company Name</option>
      <option value="1">Country</option>
      <option value="2">Member ID</option>
      <option value="4">Black List</option>
    </select>
    <div class="layui-unselect layui-form-select">
      <div class="layui-select-title"><input type="text" placeholder="请选择" value="Company Name" readonly="" class="layui-input layui-unselect"><i class="layui-edge"></i></div>
      <dl class="layui-anim layui-anim-upbit">
        <dd lay-value="0" class="">Company Name</dd>
        <dd lay-value="1" class="">Country</dd>
        <dd lay-value="2" class="">Member ID</dd>
        <dd lay-value="4" class="">Black List</dd>
      </dl>
    </div>
  </div>
  <div class="layui-input-inline w274" style=" display:none;" id="CountryDiv">
    <em class="MdInp1" style="margin-left:0px;position: relative;">
      <input type="text" onfocus="updateClass()" name="title" required="required" lay-verify="required" placeholder="Country" id="MdInp1" autocomplete="off" class="layui-input ">
      <ol class="typeahead dropdown-menu" style="height:210px;overflow-y:scroll;overflow-s:hidden;display:none;"></ol>
    </em>
  </div>
  <div class="layui-input-inline w274" style=" display:none;" id="CityDiv">
    <input type="text" onfocus="updateClass()" name="title" required="required" lay-verify="required" placeholder="City" id="MdInp2" autocomplete="off" class="layui-input ">
  </div>
  <div class="layui-input-inline w548" style=" display:none;" id="memberIDDiv">
    <input type="text" onfocus="updateClass()" name="title" required="required" lay-verify="required" placeholder="Please enter the member ID" id="memberID" autocomplete="off" class="layui-input ">
  </div>
  <div class="layui-input-inline w548" style=" display:none;" id="FreightInquiryDiv">
    <em class="FreightInquiry" style="margin-left:0px;position: relative;">
      <input type="text" onfocus="updateClass()" name="title" required="required" lay-verify="required" placeholder="Please enter the country" id="FreightInquiry" autocomplete="off" class="layui-input ">
      <ol class="typeahead dropdown-menu" style="height:210px;overflow-y:scroll;overflow-s:hidden;display:none;"></ol>
    </em>
  </div>
  <div class="layui-input-inline w548" id="OtherDiv">
    <em class="content1" style="margin-left:0px;position: relative;">
      <input type="text" onfocus="updateClass()" name="title" required="required" lay-verify="required" placeholder="Please enter the company name" id="content1" autocomplete="off" class="layui-input ">
      <ol class="typeahead dropdown-menu" style="height:210px;overflow-y:scroll;overflow-s:hidden;display:none;"></ol>
    </em>
  </div>
  <button type="button" class="layui-btn layui-btn-normal" onclick="SearchBtn()" id="huiche"><i class=""><img src="/Images/ImageNew/search.png"></i>Search</button>
</form>

POST

<form method="post" id="MsgForm">
  <input type="hidden" id="ReceiveUserID" name="ReceiveUserID">
  <input type="hidden" id="userNameHidden" value="">
  <input type="hidden" id="emailHidden" value="">
  <input type="hidden" id="telHidden" value="">
  <div class="header_h" style="padding-right: 10px; margin-bottom:20px; height:40px;">
    <div class="header_left" style=" font-size:18px; font-weight:normal;">Send Message</div>
    <div class="gb"><span class="icon-close" onclick="hide_()" style="margin-right: 20px; font-size:18px;"></span></div>
  </div>
  <table width="100%" cellspacing="1" cellpadding="0" border="0">
    <tbody>
      <tr>
        <td align="right" valign="top"><em>*</em>Subject</td>
        <td>
          <input type="text" class="ipt_w1" name="Subject" id="Subject" maxlength="100" onfocus="$(this).next().hide()">
          <div class="error_kuang" id="SubjectMsg" style="display: none;"> Please input your message Subject. </div>
        </td>
      </tr>
      <tr>
        <td align="right" valign="top"><em>*</em>Details</td>
        <td>
          <textarea style="border: 1px #CCCCCC solid; resize:none;" class="text_w2" cols="50" rows="5" id="Details" name="Details" maxlength="400" onfocus="$(this).next().hide()"></textarea>
          <div class="error_kuang" id="DetailsMsg" style="display: none;"> Please input your message Content </div>
        </td>
      </tr>
      <tr style="display:none;">
        <td align="right" valign="top"><em>*</em>Your Name</td>
        <td>
          <input type="text" class="ipt_w1" id="Name" name="Name" maxlength="100" onfocus="$(this).next().hide()">
          <div class="error_kuang" id="NameMsg" style="display: none;"> Please input your message Your Name </div>
        </td>
      </tr>
      <tr style="display:none;">
        <td align="right" valign="top"><em>*</em>Your Email</td>
        <td>
          <input type="text" class="ipt_w1" id="Email" name="Email" maxlength="100" onfocus="$(this).next().hide()">
          <div class="error_kuang" id="EmailMsg" style="display: none;"> Please input your message Your Email </div>
        </td>
      </tr>
      <tr style="display:none;">
        <td align="right" valign="top"><em>*</em>Your Tel</td>
        <td>
          <input type="text" class="ipt_w1" id="Tel" name="Tel" maxlength="100" onfocus="$(this).next().hide()">
          <div class="error_kuang" id="TelMsg" style="display: none;"> Please input your message Your Tel </div>
        </td>
      </tr>
      <tr>
        <td align="center" colspan="2">
          <input class="but_w3" type="button" value="Finish" onclick="SendMsg()" style="cursor: pointer; ">
        </td>
      </tr>
    </tbody>
  </table>
</form>

POST

<form method="post">
  <h2 class="sen_tit"><span class="sen-close" onclick="$('#ZhanNeiXinALert').hide();" style="margin-right: 20px;"></span></h2>
  <table width="100%" cellspacing="1" cellpadding="0" border="0">
    <tbody>
      <tr>
        <td align="center" valign="top" colspan="2" style="font-size:16px;">please sign in first</td>
      </tr>
      <tr>
        <td align="center" colspan="2">
          <input class="but_w3" type="button" value="Confirm" onclick="location.href='/'" style="cursor: pointer; ">
        </td>
      </tr>
    </tbody>
  </table>
</form>

POST

<form method="post">
  <h2 class="sen_tit"><span class="sen-close" onclick="$('#ZhanNeiXinALert2').hide();" style="margin-right: 20px;"></span></h2>
  <table width="100%" cellspacing="1" cellpadding="0" border="0">
    <tbody>
      <tr>
        <td align="center" valign="top" colspan="2" style="font-size: 15px; text-align: left; padding: 3px 6px;">&nbsp;&nbsp;&nbsp;&nbsp;You've exceeded the maximum number of messages you can send per day.Please wait until tomorrow.</td>
      </tr>
      <tr>
        <td align="center" colspan="2">
          <input class="but_w3" type="button" value="ok" onclick="$('#ZhanNeiXinALert2').hide();" style="cursor: pointer; ">
        </td>
      </tr>
    </tbody>
  </table>
</form>

Text Content

Click here for consultation

Hello! Welcome you!
Are there any help to you?
马上咨询




 * 
 * 
 * 
 * 
 * 

SIGN IN 中文站
Company Name Country Member ID Black List

Company NameCountryMember IDBlack List





Search
 * HOME
 * Company Directory
 * Member Community JC Premium JC Rising JC Projects JC Dangerous Goods JC
   eCommerce JC Railway
 * Freight Inquiry Inquiry Board Seafreight Rate Airfreight Rate
 * Conference
 * Tools Black List News TCS
 * About us
   


OFFICIAL NOTICE

To all concerned Sri Lanka members,

Due to the reason of political instability and political conflict, JCtrans has
now decided to temporarily suspend the financial protection services for Sri
Lanka members.
JCtrans has always tried to provide the best services and resources as we seek
to build a safe environment that supports all the members.
We will keep evaluating the circumstances and bring back the financial
protection services in the coming future when the situation turns better.

We sincerely apologize for any inconvenience this may be caused our Sri Lanka
members.
Meanwhile, all other related services will maintain the same and all your trust
and understanding will be appreciated.



 * 
 * 
 * 



Inquiries Board

5570 inquiries have been released from JCtrans members in the past 30 days More

Sea Freight
back
next
 * RespondFinding Agent at China-XiamenTarget Shipping Price: $1000/20'
   Estimated Shipping Time: Direct to Mundra or Pipavav Volume (Cargo
   Type/Weight/Volume): Cargo- Aluminium / Weight-5000.00/2x20'
   Requirements: Required two separate invoice each shipment 1x20'
   Other:incoterms-FOBFromXiamenToICD GARHI HARSARURespondFinding Agent at
   ChinaTarget Shipping Price: immediate Estimated Shipping Time:  Volume (Cargo
   Type/Weight/Volume): 1*20'gp 13 tons Requirements: 
   Other:FromFOSHANToChennaiRespondFinding Agent at IndonesiaPol- Jakarta Pod-
   Arica, Chile Commodity- Yarn Weight- 23MT Equip.- 40'hc also advise free time
   at the Destination This container will go to Bolivia on consignee risk
   Consignee will clear the cargo in Bolivia only, please share freight only on
   those lines who has office in Bolivia mail us at- hc@axiscontainerlines.com &
   Singh@axiscontainerlines.comFromJAKARTAToARICARespondFinding Agent at
   VietnamPOL- Ho Chi Minh PODs- Mundra, Chittagong, Callo, Buenaventura,
   Leixoes, Los Angeles Commodity- Yarn Weight- 23MT mail us at-
   Singh@axiscontainerlines.com & HC@axiscontainerlines.comFromHo Chi Minh
   CityToCHITTAGONGRespondFinding Agent at Gabon-LibrevilleTarget Shipping
   Price: N/A Estimated Shipping Time: MAERSK / ZIM / OOCL / CMA / ESL / MSC . 
   Volume (Cargo Type/Weight/Volume): 23-25 tonnes Requirements:  Sea freight
   Other: Need cheapest ratesFromLibrevilleToLudhianaRespondFinding Agent at
   ChinaTarget Shipping Price: Estimated Shipping Time:  Volume (Cargo
   Type/Weight/Volume): weight 27500 kgs /1*20'gp Requirements: cargo will be
   ready on 26th September Other:FromShenzhenToAntwerpRespondFinding Agent at
   MyanmarPOL : YANGON POD: COCHIN & CHENNAI Comm : PVC PANEL BOARDS Type: 20’ &
   40’ Weight : 18 tons 20’ & 26 tons 40’FromYangon International
   AirportToChennaiRespondFinding Agent at MozambiqueTarget Shipping Price:
   USD2,500 Estimated Shipping Time: 45-50 DAYS Volume (Cargo
   Type/Weight/Volume):  Requirements:  Other:FromPEMBAToSHANGHAIRespondFinding
   Agent at Sweden-Vastra Gotalandsterms:dap carrier:yml or hpl type:1*40hq
   g.wt:20t delivery adress:C/O Speed Logistics (Prognosgatan) Prognosgatan 14
   SE-504 64 BORÅSFromShanghaiToGOTEBORG
 * RespondFinding Agent at South KoreaPlease quote your best rates for the
   below, POL: Busan POD: Chennai Cargo: Bed products WT: 8mts Equip: 40’HC.
   Note: need 14 days free time @POD.FromBUSANToCHENNAIRespondFinding Agent at
   Austria-ViennaPlease help with import customs clearance and door delivery for
   the following shipment. Commodity: Bike accesaries TTL: 35 Cartons; 906 Kgs;
   4.64 CBM Dimension: 54*44*60 CM * 1 CTN 56*33*56 CM * 1 CTN 50*33*52 CM * 1
   CTN 60*22*27 CM * 2 CTN 70*22* 35 CM * 1 CTN 61*32*31 CM * 4 CTN 53*32*37 CM
   * 1 CTN 47*37*22 CM * 4 CTN 56*33*60 CM * 2 CTN 74*57*50 CM * 16 CTN POD:
   Vienna CFS Carrier: NMC-BOXLINE Door delivery address: Gablenzgasse 17/5/6,
   1150 Vienna, AustriaFromShenzhenToViennaRespondFinding Agent at
   HongKong-ChinaPOL - Ningbo POD - Mundra or Pipavav Final destination - ICD
   Sahnewal or ICD Ludhiana Vol - 1 x 20 wt - 18 MT Cargo ready for shipment Pl
   offer at RgdsFromNingboToLudhianaRespondFinding Agent at HongKong-ChinaPl
   offer rates for below POL - Shanghai POD - Caucedo , Dominican republic VOl -
   1 x 40'hc Cargo - yarn Wt - 23MT Cargo ready for shipment 14 days free at POD
   required. Pl email at FromShanghaiToPort Of CaucedoRespondFinding Agent at
   Malaysia-Port KlangDear Member, please quote your best charges for below,
   POL: Port Klang, Malaysia POD: Bandar Abbas Commodity: KALCOL 2465 (DG)
   REQUIREMENT: 50 ISO TANK or Flexi WEIGHT: 1000MTON 20MTON/FCL Please send
   mail to below id for MSDSFromPort KlangToBANDAR ABBASRespondFinding Agent at
   Italy-GenoaTarget Shipping Price: Estimated Shipping Time:  Volume (Cargo
   Type/Weight/Volume):  Requirements:  Other:FromGenovaToCHENNAIRespondFinding
   Agent at FinlandTarget Shipping Price: Estimated Shipping Time:  Volume
   (Cargo Type/Weight/Volume):  Requirements: 
   Other:FromQINGDAOToHELSINKIRespondFinding Agent at Egypt-Port SaidTarget
   Shipping Price: Estimated Shipping Time:  Volume (Cargo Type/Weight/Volume): 
   Requirements:  Other:FromPORT SAID WESTToCHENNAIMORE >

Air Freight
back
next
 * RespondFinding Agent at Germany-Bremen1 pallet: in cm / 120x80x67 , Weight
   kg: 629 Pick up address: Eggersmann Recycling GmbH - Wardenburg-Germany
   custom and clearance will be handled by us at origin ISU airport.FromBremen
   AirportToSulaymaniyahRespondFinding Agent at Japan-KumamotoAOL: Haneda, Japan
   AOD: Chennai Cargo: Books / Study materials Weight: 58.778 KgsFromNarita
   International AirportToChennai International AirportRespondFinding Agent at
   United States-BostonPlease provide an Air freight quotation. EXWORKS Address
   for collection: 22 Tower Rd Raymond, ME 04071 USA Commodity: Broadcasting
   components 1936318 / 90DPO-0259 / 2 Carton- 325.12 cm x 38.1 cm x 38.1 cm @
   41.73 kgs. each - 127 cm x 304.8 cm lg. 1 Carton- 352.12 cm x 38.1 cm x 38.1
   cm @ 55.34 kgs. - TL 1- 127 cm x 304.8 cm lg. 1 Pallet – 134.62 cm x 104.14
   cm x 129.54 cm@ 124.74 kgs. - Line-item components 1936309 / 90DPO-0257 / 3
   Cartons- 574.04 cm x 66.04 cm x 66.04 cm @ 117.93 kgs. each - TLP 8M Antenna
   – no mounts with (1) Elbow ea. on order 1936308 / 90DPO-0256 / Together
   1936311 / 90DPO-0258 / TUA KIT 1 Pallet – 134.62 cm x 104.14 cm x 104.14 cm @
   69.85 kgs. - TUA Panels 1 Pallet- 134.62 cm x 104.14 cm x 147.32 cm @ 108.41
   kgs. TUA Panels and components Thank you.FromBOSTON MAToManila International
   AirportRespondFinding Agent at India-New DelhiTarget Shipping Price:
   Estimated Shipping Time:  Volume (Cargo Type/Weight/Volume): 
   Requirements: Need Courier service through DHL on two shipment 100.00 Kgs and
   6.00 Kgs But in Clerance at Destination at our own CHA under cargo mode
   Other:FromShanghai Pudong International AirportToShanghai Pudong
   International AirportRespondFinding Agent at FranceKindly send a quotation
   for this. AIR FREIGHT EXW. Address for collection: WorldCast Systems – 20
   avenue Neil Armstrong – 33700 Mérignac - France Commodity: FM Transmitter
   Weight and dimension: 70*60*29 cm per box @ 21kg each = Approx: 84 kg in
   total (4 boxes) 100*64*51cm per box @ 43kg each = Approx: 129 kg in total (3
   boxes)FromBordeaux - Merignac AirportToManila International
   AirportRespondFinding Agent at Spain-MadridDetails private chatFromHong Kong
   International AirportToMexico City International AirportRespondFinding Agent
   at Spain-BarcelonaDetails private chatFromHong Kong International
   AirportToMexico City International AirportRespondFinding Agent at
   Mexico-GuadalajaraDetails private chatFromHong Kong International
   AirportToMexico City International AirportRespondFinding Agent at
   Mexico-Mexico CityDetails private chatFromHong Kong International
   AirportToMexico City International Airport
 * RespondFinding Agent at India-New DelhiTarget Shipping Price: ? Estimated
   Shipping Time:  Volume (Cargo Type/Weight/Volume):  Requirements:  PICK UP
   ADDRESS 173/45/82 Khuong Viet Street, Phu Trung Ward, Tan Phu District, Ho
   chi Minh City, 70000 CARGO Coconut Milk Powder TOTAL NO OF CTNS 13 WT 214.300
   kgs INCOTERMS Ex-work Other:FromHo Chi Minh CityToNew DelhiRespondFinding
   Agent at Germany-HamburgNeed earliest flight Dimension : 1 cart pal 72 kgs
   120x80x80 cm 1 cart pal 27 kgs 80x60x76cm 1 carton 12 kgs 50x47x35
   cmFromHamburg AirportToSuvarnabhumi Bangkok International
   AirportRespondFinding Agent at India-New DelhiTarget Shipping Price:
   Estimated Shipping Time:  Volume (Cargo Type/Weight/Volume): 
   Requirements: Need DHL courier service from Shanghai to New Delhi.
   Other:FromShanghai Pudong International AirportToNew DelhiRespondFinding
   Agent at ChinaCould you please check and offer the schedule for import Air
   Freight rate including all local charge from Shanghai to Bangkok. Term FOB
   Cargo: Stepping Motor Volume L42xW35xH31, Total 5Cartons, 75Kg.FromShanghai
   Pudong International AirportToSuvarnabhumi Bangkok International
   AirportRespondFinding Agent at China-ShanghaiPlease provide a price to
   collect 5 x cartons, 0.41cbm 43kg from Nanjing City and airfreight to
   Auckland Airport. Terms EXW. Please do not respond with your email asking me
   to contact you. Send me pricing based on the aboveFromShanghaiToAuckland
   AirportRespondFinding Agent at Australia-SydneyNeed Airfreight from SYD-SGN
   Commodity: General G.W: +300 / +500 / +1000 2-5 cbm ETD:
   25-Sep-2022FromSydney AirportToHo Chi Minh CityRespondFinding Agent at
   China-ShanghaiTarget Shipping Price: Estimated Shipping Time:  Volume (Cargo
   Type/Weight/Volume): 340 kgs, 1 box- 84 X 65 X 90 cms Requirements: 
   Other:FromShanghaiToMumbaiRespondFinding Agent at Vietnam-Ho Chi Minh
   CityTarget Shipping Price: ? Estimated Shipping Time:  ? Volume (Cargo
   Type/Weight/Volume):  Requirements: Required Ex work Charges from this
   address to New Delhi, India Airport Pick up address-173/45/82 Khuong Viet
   Street, Phu Trung Ward, Tan Phu District, Ho chi Minh City, 70000 CARGO -
   Coconut Milk Powder TOTAL NO OF CTNS - 13 WT -214.300 kgs INCOTERMS -Ex-work
   Other:FromHo Chi Minh CityToNew DelhiMORE >


MEMBER CHANNEL


THE VOICE OF JCTRANS MEMBERS

Listen to voices from China, Singapore, India, USA, Australia, Turkey, Ukraine,
Slovenia...


JCTRANS MEMBERSHIP
MANAGE THE SAFETY OF YOUR BUSINESS AND FORGE RELIABLE PARTNERSHIPS

Over 6845 global forwarders have joined with JCtrans membership who may become
your overseas business partners in the future.

 * Marketing
   
   Promote your company across the globe for branding
   

 * Security
   
   Each member is covered under protection up to $100,000 per year
   

 * Business
   
   Access to global agents resources & one-on-one agency recommendation

 * Conference
   
   Global Freight Forwarders Conference with 2300+ attendees from 100+ countries

Premium Members are paid membership of JCtrans Network

Members 0 Countries 0 Cities 0


BENEFITS OF JCTRANS MEMBERSHIP?

Priority rank on company list
Financial protection up to 100,000 USD per year
Exclusive member identity and discounts at JCtrans global freight conferences
Personal consulting services provide by 200 professional staffs

Join US



APPLICANTS LIST

Applicants in AuditingMore

 * J&H (SHANGHAI) LOGISTIC CO.,LTD
   
   CHINA Shanghai 19-September-2022
   
   WEFREIGHT GLOBAL LOGISTICS (SHANGHAI) LIMITED
   
   CHINA Shanghai 19-September-2022

 * BOXMAN GLOBAL FORWARDING AND DOCUMENTS DELIVERY
   
   UNITED ARAB EMIRATES Dubai 19-September-2022
   
   DYJ LOGISTICS LTD
   
   CHINA Shanghai 16-September-2022

 * GUANGDONG BEN MA INTERNATIONAL LOGISTICS CO., LTD
   
   CHINA Guangzhou 16-September-2022
   
   THOMSUN MERCANTILE & MARINE (L.L.C.)
   
   UNITED ARAB EMIRATES Dubai 16-September-2022

 * SHANGHAI SIDE SHIPPING CO., LTD.
   
   CHINA Shanghai 16-September-2022
   
   SHENZHEN LINKTOP LOGISTICS INT'L LTD
   
   CHINA Shenzhen 16-September-2022

 * EAGLE TRANS SHIPPING & LOGISTICS INDIA PRIVATE LIMITED
   
   INDIA Noida 19-September-2022
   
   TRIAGE DYNAMICS FREIGHT LOGISTICS SERVICES INC.
   
   CANADA London 19-September-2022

 * SEA ASIA SHIPPING AGENCIES (M) SDN. BHD.
   
   MALAYSIA Penang 19-September-2022
   
   MAZ FREIGHT SOLUTIONS EST
   
   SAUDI ARABIA Al Khobar 19-September-2022

 * J&H (SHANGHAI) LOGISTIC CO.,LTD
   
   CHINA Shanghai 19-September-2022
   
   WEFREIGHT GLOBAL LOGISTICS (SHANGHAI) LIMITED
   
   CHINA Shanghai 19-September-2022




THE NEW STRENGTH



×



KINDLY REMINDER

Dear users,your company Information is incomplete
Please fill it in completely in order to win more cooperation
opportunities

Not Now(3) Complete Now


THIS IS OUR BETA VERSION AND YOU ARE NOT AUTHORIZED. CLICK TO BECOME A TESTER.

NO
YES

FAQ Contact Us About Us Sitemap Complaints/Suggestions Privacy policy




COPYRIGHT © WWW.JCTRANS.NET ALL RIGHTS RESERVED.REGISTRATION NUMBER:10030028-1

Send Message


*Subject
Please input your message Subject.
*Details
Please input your message Content
*Your Name
Please input your message Your Name
*Your Email
Please input your message Your Email
*Your Tel
Please input your message Your Tel

please sign in first

    You've exceeded the maximum number of messages you can send per day.Please
wait until tomorrow.

please sign in first.
SIGN IN REGISTRATION