Help
RSS
API
Feed
Maltego
Contact
Domain > www.progressinterrubber.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-29
128.199.119.198
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Thu, 29 Jan 2026 03:03:07 GMTServer: ApacheX-Powered-By-VelaWeb: VelaClassicExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidate, post-check0, pre-check0Pragma: no-cacheSet-Cookie: PHPSESSIDgph45efio6653oopdeo8kvjcd3; path/; HttpOnlySet-Cookie: use_image_resizeyesSet-Cookie: sys_image_size500X-Frame-Options: SAMEORIGINVary: Accept-EncodingTransfer-Encoding: chunkedContent-Type: text/html !DOCTYPE html>html >head>base hrefhttp://www.progressinterrubber.com/template//>meta http-equivContent-Type contenttext/html; charsetwindows-874 />meta nameviewport contentwidthdevice-width, initial-scale1.0>meta name robots contentall />title>Progress Inter Rubber Co.,Ltd - Rubber Bands, Rubber Bands Ball, Rubber Tubes, Rubber Finger cones manufacturer in Thailand/title>meta nameDESCRIPTION contentRubber Bands, Rubber Bands Ball, Rubber Tubes, Rubber Finger cones />meta nameKEYWORDS contentRubber Bands, Rubber Bands Ball, Rubber Tubes, Rubber Finger cones />script typetext/javascript>var messagecopyright by Progress Inter Rubber Co.,Ltd.function clickIE4(){ if (event.button2){ alert(message); return false; }}function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which2||e.which3){ alert(message); return false; } }}if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedownclickNS4;}else if (document.all&&!document.getElementById){ document.onmousedownclickIE4;}document.oncontextmenunew Function(alert(message);return false)function disableselect(e){ if (document.all){ return false; }}function reEnable(){ return true;}document.onselectstartnew Function (return false) //if IE4+if (window.sidebar){ //if NS6 document.onmousedowndisableselect; document.onclickreEnable;}/script>meta http-equivimagetoolbar contentno />script typetext/javascript src/template/lib_js/js/jquery-1.3.2.min.js>/script>script typetext/javascript src/template/lib_js/js/jquery-1.11.0.min.js>/script>script src/template/lib_js/js/jquery.doubletap-togo.js>/script>script src/template/lib_js/rmenu/slidebars.min.js>/script>script>(function($) { $(document).ready(function() { $.slidebars({ scrollLock: true }); $(.sb-toggle-submenu).off(click).on(click, function() { $submenu $(this).parent().children(.sb-submenu); if($submenu.hasClass(sb-submenu-level1)&& !$(this).hasClass(sb-submenu-active)&&!$(this).parent().parent().hasClass(sb-submenu-active)){ $(.sb-toggle-submenu).removeClass(sb-submenu-active); $(.sb-submenu).removeClass(sb-submenu-active); $(.sb-submenu).slideUp(200); } $(this).add($submenu).toggleClass(sb-submenu-active); // Toggle active class. if ($submenu.hasClass(sb-submenu-active)) { $submenu.slideDown(200); return false; } else { $submenu.slideUp(200); } }); if($(table.nav).width()>900){ $(table.nav).css(margin-left,-(($(table.nav).width()-900)/2)); } }); }) (jQuery);var jq1110 jQuery.noConflict(true);/script> script src/template/lib_js/js/jquery.lazyload.js typetext/javascript charsetutf-8>/script> script languagejavascript> $(function() { $(#lazyimg img).lazyload({ placeholder : /template/lib_images/lazy.gif, failurelimit : 20, lazyskip : gif }); }); /script> script srchttps://www.google.com/recaptcha/api.js?hlTH&render6Lcy3NUbAAAAAAspXTR97SCfKlYsPRzZXqBtPgfO>/script> style> .grecaptcha-badge { display: none !important; } /style> link relpreload asstyle onloadthis.rel stylesheet href/template/lib_js/rmenu/slidebars.min.css>link relpreload asstyle onloadthis.rel stylesheet href/template/lib_js/rmenu/slidebars-submenu.css>link relpreload asstyle onloadthis.rel stylesheet href/template/lib_css/progressinterrubbercom.css/>link relpreload asstyle onloadthis.rel stylesheet href/template/lib_js/js/highslide/highslide.css/>noscript> link relstylesheet href/template/lib_js/rmenu/slidebars.min.css> link relstylesheet href/template/lib_js/rmenu/slidebars-submenu.css> link relstylesheet type text/css href/template/lib_css/progressinterrubbercom.css/> link relstylesheet typetext/css href/template/lib_js/js/highslide/highslide.css/>/noscript>script>/*! loadCSS. c2017 Filament Group, Inc. MIT License *//* This file is meant as a standalone workflow for- testing support for linkrelpreload- enabling async CSS loading in browsers that do not support relpreload- applying rel preload css once loaded, whether supported or not.*/(function( w ){ use strict; // relpreload support test if( !w.loadCSS ){ w.loadCSS function(){}; } // define on the loadCSS obj var rp loadCSS.relpreload {}; // relpreload feature support test // runs once and returns a function for compat purposes rp.support (function(){ var ret; try { ret w.document.createElement( link ).relList.supports( preload ); } catch (e) { ret false; } return function(){ return ret; }; })(); // if preload isnt supported, get an asynchronous load by using a non-matching media attribute // then change that media back to its intended value on load rp.bindMediaToggle function( link ){ // remember existing media attr for ultimate state, or default to all var finalMedia link.media || all; function enableStylesheet(){ // unbind listeners if( link.addEventListener ){ link.removeEventListener( load, enableStylesheet ); } else if( link.attachEvent ){ link.detachEvent( onload, enableStylesheet ); } link.setAttribute( onload, null ); link.media finalMedia; } // bind load handlers to enable media if( link.addEventListener ){ link.addEventListener( load, enableStylesheet ); } else if( link.attachEvent ){ link.attachEvent( onload, enableStylesheet ); } // Set rel and non-applicable media type to start an async request // note: timeout allows this to happen async to let rendering continue in IE setTimeout(function(){ link.rel stylesheet; link.media only x; }); // also enable media after 3 seconds, // which will catch very old browsers (android 2.x, old firefox) that dont support onload on link setTimeout( enableStylesheet, 3000 ); }; // loop through link elements in DOM rp.poly function(){ // double check this to prevent external calls from running if( rp.support() ){ return; } var links w.document.getElementsByTagName( link ); for( var i 0; i links.length; i++ ){ var link links i ; // qualify links to those with relpreload and asstyle attrs if( link.rel preload && link.getAttribute( as ) style && !link.getAttribute( data-loadcss ) ){ // prevent rerunning on link link.setAttribute( data-loadcss, true ); // bind listeners to toggle media back rp.bindMediaToggle( link ); } } }; // if unsupported, run the polyfill if( !rp.support() ){ // run once at least rp.poly(); // rerun poly on an interval until onload var run w.setInterval( rp.poly, 500 ); if( w.addEventListener ){ w.addEventListener( load, function(){ rp.poly(); w.clearInterval( run ); } ); } else if( w.attachEvent ){ w.attachEvent( onload, function(){ rp.poly(); w.clearInterval( run ); } ); } } // commonjs if( typeof exports ! undefined ){ exports.loadCSS loadCSS; } else { w.loadCSS loadCSS; }}( typeof global ! undefined ? global : this ) );/script> style>#container_res{ position:relative; width:900px; margin:0 auto; padding:0;}#rp_bar{ width:100%; text-align: right;}#head_banner_res{ width:100%; height:100%; text-align: center; position:relative;}#head_banner_res object{ position:absolute; left:0; width:100%; height:100%}#head_res{ position:relative; width:100%; height:100%; margin:0; padding:0; font-size: 0px;}#head_res img.bg{ position:relative; width:100%;}#head_res img.logo{ position:absolute; left:0;}#head_res object{ position:absolute; left:0; width:100%; height:100%}#menu_res{ position:relative; width:100%; margin:0; padding:0; text-align:left; /*overflow:hidden*/}#sb-site{min-height: 100%!important;}.nav-res{ position:relative; width:100%; padding: 2px 0 0 5px; margin:0; height:39px; }.rmenu-block{ position:relative; width:30px; height: 100%; padding:0; margin:0; float:left;}.rmenu-line{ position: absolute; width: 100%; height: 5px; padding: 0; float: left;}.rmenu-line.one{margin-top: 5px;}.rmenu-line.two{margin-top: 15px;}.rmenu-line.three{margin-top: 25px;}.rsearch-block{ position: relative; margin: 0; padding: 0; width: 70%; height: 100%; float: right; text-align:right;}#txt_search_res{ background: url(/template/lib_images/sbicon.png) no-repeat rgb(255, 255, 255); background-size: 20px; background-position: 95% 50%; height: 25px; width: 200px; border: none; margin: 5px; padding: 0 0 0 5px;}#search_type{ position: absolute; width: 200px; margin: 0; padding: 0; top: 30px; left: 45px; text-align: left; background-color: rgb(255, 255, 255); border: 1px solid rgb(0, 0, 0); display:none;}.search-select{ position: relative; margin: 0; padding: 10px; cursor: pointer; font-weight: bolder;}.search-select:hover{ background:rgb(216, 212, 212);}#content_res{ position:relative; width:100%; margin:0; padding:0; text-align:left; /*background-color:#ffffff;*/ display:flex;}#content_left_res{ position:relative; width:22.23%; margin:0; padding:0; float:left; overflow:hidden; /*background-image: url(/images_profiles/side0023.gif);*/ color: rgb(255, 255, 255); text-align: left; }#content_left_res select{width: 100%!important;}#content_right_res{ position:relative; width:77.77%; margin:0; /*padding:15px;*/ float:left; /*background-color:#ffffff;*/}#banner_top_res{ position:relative; width:100%; margin:0; padding:10px 10px; text-align:center;}.layout_res{ position:relative; width:100%; margin:0; padding:0; text-align:center; border-collapse:collapse; border-color:#CCCCCC; display:flex;}.layout_res .w100{ position:relative; width:100%; margin:0; padding:0;}.layout_res .w50{ position:relative; width:50%; margin:0; padding:0; float:left;}.layout_res .w0{ position:relative; width:100%; margin:0; padding:0;}.layout-res-d{ position:relative; width:100%; margin:0 0 10px 0; padding:0; /*background-color:#ffffff;*/}.layout-res-d.dIntro{ text-align:left; /*padding:15px 10px 0 10px;*/}.layout-res-d .head{ position:relative; width:100%; height:auto; margin:0; padding:3px; text-align:left;}.layout-res-d .head img{max-width:100%;}.sm-mode img.btn-add-style2{width:auto;}.layout-res-d .head-no-article{ position:relative; width:100%; height:auto; margin:0; padding:0; text-align:center;}.layout-res-d .content{ position:relative; margin:0; padding:0; float:left;}.layout-res-d .content-related{ position:relative; width:100%; text-align:left; margin:10px 0 0 0; padding:0; float:left;}.layout-res-d .see-all{ position:relative; width:100%; text-align:center; margin:0; padding:10px; float:left;}.layout-res-d .img{ position:relative; margin:0; padding:5px 0 0 0; float:left;}.layout-res-d .text{ position:relative; margin:0; padding:5px 0 0 0; text-align:left; float:left;}.layout-res-d.d008 .img{width:100%;}.layout-res-d.d008 .img img{max-width:100%;}.layout-res-d.d008 .text{width:100%;padding-left:5px;}.layout-res-d.d008 .text img{max-width:100%;}.layout-res-d.d009 .img{width:50%;}.layout-res-d.d009 .img img{max-width:100%;}.layout-res-d.d009 .text{width:50%;}.layout-res-d.d009 .text img{max-width:100%;}.layout-res-d.c001 .img{width:50%;}.layout-res-d.c001 .img img{max-width:100%;}.layout-res-d.c001 .text{width:50%;padding-left:5px;}.layout-res-d.c001 .text img{max-width:100%;}.layout-res-d.c002 .img{width:100%;}.layout-res-d.c002 .img img{max-width:100%;}.layout-res-d.c002 .text{width:100%;padding-left:5px;}.layout-res-d.c002 .text img{max-width:100%;}.fb-div{width: 70%;float: left;}.webboard-res{ position:relative; width:100%; margin:0; padding:0 10px;}.webboard-res .wat-left{ position:relative; width:100%; margin:0; padding:0; text-align:left;}.webboard-res .wat-right{ position:relative; width:100%; margin:0; padding:0; text-align:right;} #footer_res{ position:relative; width:100%; margin:0; padding:0;}#banner_bottom_res{ position:relative; width:100%; margin:0; padding:10px 10px; text-align:center; /*background-color:#ffffff;*/}.g-adsense-res{ position:relative; width:100%; margin:0; padding:10px 0; text-align:center;}.display-large{display:block;}.display-medium{display:none;}.crr{ padding: 15px; background-color: rgb(255, 255, 255); text-align: left;}.banner-bottom{height:auto;}.sb-slidebar{text-align:left;}.sb-left .sb-menu li a:hover {border-left: none;}.sb-menu li a:hover {background-color: rgba(0, 0, 0, 0);}.underline{border:1px solid;}.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;}.order_checkout_res{padding-left:40px;padding-top:10px;}.table {display: table;width:100%;background: transparent;}.row{display: table-row;width:100%;}.column{display: table-cell;padding:0;}/*#content_left_res table:first-of-type{table-layout:fixed;}*/.calendar{z-index:99;}.content-row{display:inline-block;width:100%;}#banner_bottom_res img{max-width:100%;}iframe{max-width:100%!important;}div#page_container img{max-width:100%;}.banner-top{table-layout:fixed;}.banner-top td{padding:0px 10px;text-align:center;}.table_res_small .table-showcat1{width:30%;}td div.st_divcss table table trid$p0i0TRR,td div.st_divcss table table trid$p0i1TRR{display:none;}ul.navul td div.st_divcss table table trid$p0i0TRR,ul.navul td div.st_divcss table table trid$p0i1TRR{display:block;}.table_res_small_photo{table-layout:fixed;}.menu-nav{width:100%!important;}.social-nav{width:100%!important;text-align:left;}@media screen and (min-width: 900px){ div#content_right_res>div.webboard_frame_small{width:885px!important;} iframe#Note___Frame{width:650px;} input.textbox{max-width: 500px;} imgid$eLINE{display:none;}/*img 1px in menu*/ .stm-none{margin-top: 1px;} .content .text div table {width: 100%;} div#page_container img {height:auto!important;} .dIntro img{max-width:99%!important;height: auto!important;} .img-td-webboard img,.img-webboard img{max-width:100%!important;height:auto;}}@media screen and (min-width: 900px){ .display-large{display:block;} .display-medium{display:none;} }@media screen and (min-width: 600px) and (max-width : 899px){ img {max-width:100%} body{overflow:hidden;} #sb-site{background-color: #FFFFFF;} #head_banner_res img{max-width:100%;height:auto!important;} #container_res{width:100%;padding-top:38px;} #content_left_res{display:none;} div.nav-res { background-size: 100%; } #content_right_res{ width:100%; padding:0; } .height-div{height:37px;display:none;} .display-large{display:none;} .display-medium{display:block;} .navbar{ position:fixed; width:100%; top:0; z-index:998; } #content_right_res img{max-width:100%!important;height: auto!important;} .content table{max-width:100%!important;height: auto!important;width:0px!important;} /*div.img img{width:75px}*/ .sm-mode{display:none;} .webboard_frame_small{width:100%!important;align:center} .webboard_display_small{width:90%!important;} .webboard-post-detail-div{width:100%!important} .webboard-res td.I,.webboard-res td.III{display:none;} .article_detail_div,.article_detail_div table{max-width:100%!important;} .layout-res-d.dIntro>div table,.layout-res-d.dIntro table,#content_right_res table{max-width:100%!important;height: auto;width:100%!important;} .column{display:block;padding-bottom:5px;width:100%!important;} iframe{max-width:100%!important;} #rp_bar{display:none;}}@media screen and (max-width: 599px){ html{height:auto!important;} img {max-width:100%} #searchdiv{height:10px;} body{overflow-x:hidden;} #sb-site{background-color: #FFFFFF} #head_banner_res img{max-width:100%;height:auto!important;} div.nav-res { background-size: 100%; } #container_res{width:100%;padding-top:38px;} .layout_res .w50{width:100%;} .layout-res-d .content{width:100% !important;} #content_left_res{display:none;} #content_right_res{ width:100%; padding:0; } .height-div{height:37px;display:none;} .display-large{display:none;} .display-medium{display:block;} #head_res img.logo{max-width:598px;} .navbar{ position:fixed; width:100%; top:0; z-index:998; } .fb-like.fb_iframe_widget.fb_iframe_widget_fluid span {width:100% !important; } .fb-div{width: 300px;} .webboard-res{padding:0;} .webboard-res td.I,.webboard-res td.III{display:none;} .webboard-all-res td.III,.webboard-all-res td.IV{display:none;} .webboard-ntype-res td.I,.webboard-ntype-res td.IV{display:none;} /*div.img img{width:75px} div.img img{width:50%;height:auto!important;}*/ .sm-mode{display:none;} .webboard_frame_small{width:100%!important;} .webboard_frame_small > div:nth-of-type(1){width:100%!important;} .webboard-post-detail-div{width:100%!important} .webboard_display_small{width:90%!important;} #content_right_res img{max-width:100%!important;height: auto!important;} .content table{max-width:100%!important;height: auto!important;width:100%!important;} .newline_small{display: block;} .textbox{width:90%!important;} .break-word {word-wrap: break-word;} iframe{max-width:100%!important;} .article_detail_div{width:95%!important;display: block!important;margin:0 auto!important;} .article_detail_div table{max-width:100%!important;height: auto!important;width:100%!important;} .layout-res-d.dIntro>div table,.layout-res-d.dIntro table,#content_right_res table{max-width:100%!important;height: auto!important;width:100%!important;} /*#content_right_res table{table-layout: fixed; important}*/ .fb_iframe_widget{width:90px;} .order_checkout_res{padding-left:0px;padding-top:10px;} #btn_checkout{/*padding-top:5px;width:50%;height:auto;*/} .showCoupon_res{width:70%!important;} .table_res_small td{display:block;text-align:center!important;padding-bottom:5px;width:100%!important;} .table_res_small_photo td{display:block;text-align:center!important;padding-bottom:5px;width:100%!important;} .table_res_small2 td{display:block;text-align:center!important;padding-bottom:5px;width:100%!important;} .table_res_small2 tr td:last-child {border-bottom-color:grey;} .table_res_small2{border-color: transparent;} .table_res_small2_header{display:none;} .article_detail_div table{max-width:100%!important;} .table-hide-s{display:none;} .column{display:block;padding-bottom:5px;width:100%!important;} select{max-width: 100%!important;} tr.table-form>td{display:block;width:100%;} #head_res img.logo {max-width: 15%!important;} /*#chatbox_rp,#chatbox_rp_hide{display:none;}*/ #rp_bar{display:none;} div#chatbox_rp{top:0px!important; left:0px!important; bottom:0px!important; right:0px!important;} select:focus,textarea:focus,input:focus {font-size: 16px;} #rp_bar{display:none;} @media screen and (min-width: 320px){ input,textarea,select {max-width:150px!important;}}/style>!--if IE> style> #content_right_res{width:75%!important;padding:15px!important;margin-left:5px!important;} /style>!endif-->!--if IE> style> div#page_container .table-form img {max-width:440px;} div.article_detail_div img {max-width:690px!important;} .img-webboard img{max-width:100%!important;} .img-webboard{width:400px!important;} .img-td-webboard img{max-width:100%!important;} .img-td-webboard{width:400px!important;} /style>!endif-->!--if lt IE 10>style> div#content_right_res>div.webboard_frame_small{width:885px!important;} iframe#Note___Frame{width:650px;} input.textbox{max-width: 500px;} .content .text div table {width: 100%;} .layout_res{padding:10px} .img-webboard img{max-width:100%!important;} .img-webboard{width:400px!important;} .img-td-webboard img{max-width:100%!important;} .img-td-webboard{width:400px!important;}/style>!endif-->style> @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* IE10+ specific styles go here */ div.article_detail_div{width:672px!important;} }/style>style typetext/css>/*กำหนดขอบล่าง*/.inputtext{ /*สีตัวอักษร*/ color:#000000; /*กรอบของ textbox*/ border-bottom:2px inherit #0784C8; border-top:none; border-left:none; border-right:none; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.inputtext2{ /*กำหนดขอบทั้งหมด*/ color:#000000; /*กรอบของ textbox*/ border:2px inherit #0784C8; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.inputtext3{ /*กำหนดขอบซ้าย*/ color:#333333; /*กรอบของ textbox*/ border-bottom:none; border-top:none; border-left:2px inherit #0784C8; border-right:none; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.inputtext4{ /*กำหนดขอบขอบล่างและขอบซ้าย*/ color:#333333; /*กรอบของ textbox*/ border-bottom:2px inherit #0784C8; border-top:none; border-left:2px inherit #0784C8; border-right:none; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.inputtext5{ /*กำหนดขอบขอบบนและขอบซ้าย*/ color:#333333; /*กรอบของ textbox*/ border-bottom:none; border-top:2px inherit #0784C8; border-left:2px inherit #0784C8; border-right:none; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }.listboxlogin{ /*กำหนดขอบทั้งหมด*/ color:#000000; /*กรอบของ textbox*/ border:2px inherit #0784C8; background-color:#FFFFFF; font:11px Tahoma; /*ขนาดและรูปแบบอักษร*/ padding:1px; /*ช่องว่างระหว่างกรอบกับอักษร*/ }/style> script typetext/javascript languagejavascript> function popUp_AlertMessage(URL) { day new Date(); id day.getTime(); eval(page + id + window.open(URL, + id + , toolbar0,scrollbars1,location0,statusbar0,menubar0,resizable0,width720,height550,left80,top20);); }/script>/head> base hrefhttp://www.progressinterrubber.com/template//>!-- ReadyPlanet TemplateID 1001 -->!-- ReadyPlanet LayoutID 99 -->!-- ReadyPlanet LayoutTemplate 0132 -->body stylemargin:0px auto 0px auto;>!-- start nav res -->script> $(document).ready(function(){ $(.txt-search-res).click(function(){ $(#search_type).css(display,block); }); $(.search-select).click(function(){ var id $(this).attr(id); var str, method, action, name, hts; $(#search_type).css(display,none); if(id s_content_val){ str Search Content...; name searchwordcontent; method POST; hts searchcontent; action #; }else{ str Search Product...; name searchword; method POST; hts search_vela; action /template/mysearch.php; } $(#txt_search_res).attr(placeholder,str); $(#txt_search_res).attr(name,name); $(#search_vela).attr(method,method); $(#search_vela).attr(action,action); $(#hidden_type_search).attr(name,hts); $(#txt-search-res).focus(); }); $(form#search_vela).submit(function(){ var type $(#hidden_type_search).attr(name); if(type searchcontent){ location.href /index.php?layshow&acsearch_content&searchwordcontent+$(#txt_search_res).val()+&dosearch; return false; }else{ return true; } }); });/script>div classnavbar navbar-default navbar-fixed-top sb-slide menu-medium display-medium> div classnav-res> div classsb-toggle-left rmenu-block> div classrmenu-line one>/div> div classrmenu-line two>/div> div classrmenu-line three>/div> /div> /div>/div>div classsb-slidebar sb-left sb-momentum-scrolling> nav stylepadding-bottom: 30px> ul classsb-menu> li>a hrefhttp://www.progressinterrubber.com/ >b>HOME/b>/a>/li>li>a href onclickreturn false classsb-toggle-submenu>b>OUR PRODUCTS/b> span classsb-caret>/span>/a>ul classsb-submenu sb-submenu-level1 styledisplay:none;padding-left:5px;>li>a hrefhttp://www.progressinterrubber.com/rubberbands classsb-toggle-submenu>RUBBER BANDS/a>/li> li>a hrefhttp://www.progressinterrubber.com/index.php?layshow&acarticle&Ntype2 classsb-toggle-submenu>RUBBER TUBE/a>/li> li>a hrefhttp://www.progressinterrubber.com/rubberbandsball classsb-toggle-submenu>RUBBER BANDS BALL/a>/li> li>a hrefhttp://www.progressinterrubber.com/fingercone classsb-toggle-submenu>RUBBER FINGER CONE/a>/li> li>a hrefhttp://www.progressinterrubber.com/packaging classsb-toggle-submenu>PACKAGING/a>/li> /ul>/li>li>a hrefhttp://www.progressinterrubber.com/workflow >b>OUR SERVICES/b>/a>/li>li>a href onclickreturn false classsb-toggle-submenu>b>ABOUT US/b> span classsb-caret>/span>/a>ul classsb-submenu sb-submenu-level1 styledisplay:none;padding-left:5px;>li>a hrefhttp://www.progressinterrubber.com/index.php?layshow&acarticle&Ntype10&Id2147568608 classsb-toggle-submenu>OUR COMPANY/a>/li> li>a hrefhttp://www.progressinterrubber.com/index.php?layshow&acarticle&Ntype10&Id2147568609 classsb-toggle-submenu>OUR CSR/a>/li> /ul>/li>li>a hrefhttp://www.progressinterrubber.com/contactus.html >b>CONTACT US/b>/a>/li> /ul> div classunderline stylecolor: #e8e8e8;>/div> ul classsb-menu> /ul> /nav>/div>!-- end nav res -->div classmain-container idsb-site> div idcontainer_res> !--Start readyplanet bar--> div idrp_bar>a hrefhttps://www.readyplanet.com/16544025/r-web?utm_sourcewww.progressinterrubber.com&utm_mediumreferral&utm_contentreadyplanet_bar target_blank>img srclib_images/ready_bar_button02.png styleborder:0px; altReadyPlanet.com titleReadyPlanet.com/>/a>/div> !--End readyplanet bar--> !-- Start head member new version --> !-- End head member new version --> !--Start Top Area--> div idhead_res style#FFFFFF> script srcAC_RunActiveContent.js typetext/javascript>/script>!--Start image top-->img classbg src/images_profiles/heading2.jpg>!--End image top--> /div> !--End Top Area--> !--Start navbar--> div idmenu_res> div classmenu-large display-large> table width900 cellpadding0 cellspacing0 border0 classnav> script typetext/javascript languageJavaScript1.2 srcstm30.js> /script>!--Pulldown Menu--->tr alignright valignmiddle>td width100%> /td>td height26 nowrapnowrap stylepadding-left:10px;padding-right:10px; valignmiddle>a hrefhttp://www.progressinterrubber.com/ classnav> HOME/a> /td>td height26 nowrapnowrap stylepadding-left:10px;padding-right:10px; valignmiddle>a href/ classnav stm-temp idtemp-menu-2147548115>OUR PRODUCTS/a>div classstm-none styledisplay:none;> script typetext/javascript languageJavaScript1.2 >// !CDATA stm_bm(menu0ee2,400,,/template/lib_images/dot.gif,0,,,0,0,250,100,310,,0,0,,,0,this); stm_bp(p1,1,4,0,3,0,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,,,0,0,0,); stm_ai(p0i1,6,0,,,1,1,0); stm_aix(p0i2,p0i1,); seturlTemp(2147548115,); stm_ai(p0i0,0,OUR PRODUCTS,0,0,0,0,0,,_parent,,,,,,,0,0,0,0,0,0,1,2,#fffff7,1,#fffff7,1,,,3,3,0,0,#fffff7,#fffff7,#FFFFFF,#FFFFFF,bold 11px Arial,bold 11px Arial,0,1); //create background for all sub pulldown menu stm_bp(p2,1,4,0,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#A6CBED,,0,0,3,); //cteate all sub pulldown menu stm_aix(p1i,p0i0,0,RUBBER BANDS ,,,-1,-1,0,http://www.progressinterrubber.com/rubberbands,,,,/template/lib_images/dot.gif,/template/lib_images/dot.gif,1,1,0,,,0,0,0,0,0,#FFFFFF,1,#FFFFFF,0,,,0,0,3,1,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#000099,#000000,bold 11px Arial,bold 11px Arial); //multipulldown stm_bp(p2,1,8,100,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#A6CBED,,0,0,3,); //cteate all sub pulldown multi menu stm_ep();//end multi stm_aix(p1i,p0i0,0,RUBBER TUBE ,,,-1,-1,0,http://www.progressinterrubber.com/index.php?layshow&acarticle&Ntype2,,,,/template/lib_images/dot.gif,/template/lib_images/dot.gif,1,1,0,,,0,0,0,0,0,#FFFFFF,1,#FFFFFF,0,,,0,0,3,1,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#000099,#000000,bold 11px Arial,bold 11px Arial); //multipulldown stm_bp(p2,1,8,100,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#A6CBED,,0,0,3,); //cteate all sub pulldown multi menu stm_ep();//end multi stm_aix(p1i,p0i0,0,RUBBER BANDS BALL ,,,-1,-1,0,http://www.progressinterrubber.com/rubberbandsball,,,,/template/lib_images/dot.gif,/template/lib_images/dot.gif,1,1,0,,,0,0,0,0,0,#FFFFFF,1,#FFFFFF,0,,,0,0,3,1,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#000099,#000000,bold 11px Arial,bold 11px Arial); //multipulldown stm_bp(p2,1,8,100,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#A6CBED,,0,0,3,); //cteate all sub pulldown multi menu stm_ep();//end multi stm_aix(p1i,p0i0,0,RUBBER FINGER CONE ,,,-1,-1,0,http://www.progressinterrubber.com/fingercone,,,,/template/lib_images/dot.gif,/template/lib_images/dot.gif,1,1,0,,,0,0,0,0,0,#FFFFFF,1,#FFFFFF,0,,,0,0,3,1,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#000099,#000000,bold 11px Arial,bold 11px Arial); //multipulldown stm_bp(p2,1,8,100,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#A6CBED,,0,0,3,); //cteate all sub pulldown multi menu stm_ep();//end multi stm_aix(p1i,p0i0,0,PACKAGING ,,,-1,-1,0,http://www.progressinterrubber.com/packaging,,,,/template/lib_images/dot.gif,/template/lib_images/dot.gif,1,1,0,,,0,0,0,0,0,#FFFFFF,1,#FFFFFF,0,,,0,0,3,1,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#000099,#000000,bold 11px Arial,bold 11px Arial); //multipulldown stm_bp(p2,1,8,100,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#A6CBED,,0,0,3,); //cteate all sub pulldown multi menu stm_ep();//end multi stm_ep(); // end pulldown menu /*-----------end home menu --------------*/ /*-----------Member login menu------------*/ stm_ep();stm_em();// >function seturlTemp(id,url){ urlurl.replace(/&/g, &); if(url){urljavascript:void(0);} $(a#temp-menu-+id).attr(href,url);}$(window).load(function(){$(.stm-none).css(display,block);$(.stm-temp).css(display,none);});/script>/div> /td>td height26 nowrapnowrap stylepadding-left:10px;padding-right:10px; valignmiddle>a hrefhttp://www.progressinterrubber.com/workflow classnav>OUR SERVICES/a> /td>td height26 nowrapnowrap stylepadding-left:10px;padding-right:10px; valignmiddle>a href/ classnav stm-temp idtemp-menu-2147547613>ABOUT US/a>div classstm-none styledisplay:none;> script typetext/javascript languageJavaScript1.2 >// !CDATA stm_bm(menu0ee2,400,,/template/lib_images/dot.gif,0,,,0,0,250,100,310,,0,0,,,0,this); stm_bp(p1,1,4,0,3,0,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,,,0,0,0,); stm_ai(p0i1,6,0,,,1,1,0); stm_aix(p0i3,p0i1,); seturlTemp(2147547613,); stm_ai(p0i0,0,ABOUT US,0,0,0,0,0,,_parent,,,,,,,0,0,0,0,0,0,1,2,#fffff7,1,#fffff7,1,,,3,3,0,0,#fffff7,#fffff7,#FFFFFF,#FFFFFF,bold 11px Arial,bold 11px Arial,0,1); //create background for all sub pulldown menu stm_bp(p2,1,4,0,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#A6CBED,,0,0,3,); //cteate all sub pulldown menu stm_aix(p1i,p0i0,0,OUR COMPANY ,,,-1,-1,0,http://www.progressinterrubber.com/index.php?layshow&acarticle&Ntype10&Id2147568608,,,,/template/lib_images/dot.gif,/template/lib_images/dot.gif,1,1,0,,,0,0,0,0,0,#FFFFFF,1,#FFFFFF,0,,,0,0,3,1,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#000099,#000000,bold 11px Arial,bold 11px Arial); //multipulldown stm_bp(p2,1,8,100,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#A6CBED,,0,0,3,); //cteate all sub pulldown multi menu stm_ep();//end multi stm_aix(p1i,p0i0,0,OUR CSR ,,,-1,-1,0,http://www.progressinterrubber.com/index.php?layshow&acarticle&Ntype10&Id2147568609,,,,/template/lib_images/dot.gif,/template/lib_images/dot.gif,1,1,0,,,0,0,0,0,0,#FFFFFF,1,#FFFFFF,0,,,0,0,3,1,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#FFFFFF #FFFFFF #FFFFFF #FFFFFF ,#000099,#000000,bold 11px Arial,bold 11px Arial); //multipulldown stm_bp(p2,1,8,100,3,2,4,0,0,100,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,progid:DXImageTransform.Microsoft.Fade(overlap0.5,enabled0,Duration0.25),-2,85,0,0,#fffff7,#A6CBED,,0,0,3,); //cteate all sub pulldown multi menu stm_ep();//end multi stm_ep(); // end pulldown menu /*-----------end home menu --------------*/ /*-----------Member login menu------------*/ stm_ep();stm_em();// >function seturlTemp(id,url){ urlurl.replace(/&/g, &); if(url){urljavascript:void(0);} $(a#temp-menu-+id).attr(href,url);}$(window).load(function(){$(.stm-none).css(display,block);$(.stm-temp).css(display,none);});/script>/div> /td>td height26 nowrapnowrap stylepadding-left:10px;padding-right:10px; valignmiddle>a hrefhttp://www.progressinterrubber.com/contactus.html classnav>CONTACT US/a> /td>td width100%>/td>/tr> style typetext/css> /style> /table> /div> /div> !--End navbar--> !--Start content--> div idcontent_res> div idcontent_left_res> !--Start Rows Menu--> !-- size bullet-->!-- pulldown menu --> script languagejavascript typetext/javascript> function checkVal(){ if(!validateEmailSubscribe(document.mailsubscribe.emailsubscribe.value)){ alert(กรุณากรอก อีเมล ให้ถูกต้อง ตัวอย่าง : youremail@abc.com); document.mailsubscribe.emailsubscribe.focus(); return false; } // /* OLD CODE */// if((document.mailsubscribe.emailsubscribe.value) || (document.mailsubscribe.emailsubscribe.value.indexOf(@) -1) ||(document.mailsubscribe.emailsubscribe.value.indexOf(.) -1)){// alert(กรุณากรอก อีเมล ให้ถูกต้อง ตัวอย่าง : youremail@abc.com);// return false;// }else// mailsubscribe.submit(); } function validateEmailSubscribe(email){ if(email.length 0) { return false; } var splitted email.match(^(.+)@(.+)$); if(splitted null) return false; if(splitted1 ! null ) { var regexp_user/^\?\w-_\.*\?$/; if(splitted1.match(regexp_user) null) return false; } if(splitted2 ! null) { var regexp_domain/^\w-\.*\.A-Za-z{2,4}$/; if(splitted2.match(regexp_domain) null) { var regexp_ip /^\\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\$/; if(splitted2.match(regexp_ip) null) return false; }// if return true; } return false; } function checkLogin(){ if((document.memberform.memberlogin.value) || (document.memberform.memberpassword.value) || (document.memberform.memberlogin.value.indexOf(@) -1) || (document.memberform.memberlogin.value.indexOf(.) -1)){ alert(กรุณากรอก อีเมล,รหัสผ่าน ให้ถูกต้อง ตัวอย่าง : youremail@abc.com); return false; }else memberform.submit(); } function checkLogin1(){ if((document.memberform1.memberlogin.value) || (document.memberform1.memberpassword.value) || (document.memberform1.memberlogin.value.indexOf(@) -1) || (document.memberform1.memberlogin.value.indexOf(.) -1)){ alert(กรุณากรอก อีเมล,รหัสผ่าน ให้ถูกต้อง ตัวอย่าง : youremail@abc.com); return false; }else memberform1.submit(); }/script>script languagejavascript typetext/javascript> // !CDATA function showLogo(){ var frmObj document.getElementById(searchword); if(frmObj.value ){ frmObj.style.background #FFFFFF url(./lib_images/readyplanet_search_engine.gif) left no-repeat; } } function hideLogo(){ var frmObj document.getElementById(searchword); frmObj.style.background #FFFFFF; frmObj.value ; } function frmSubmit(){ if(document.search_vela.searchword.value){ !--alert(Please Insert Keyword!!!); return false;---> return true; } } function showLogocontent(){ var frmObj2 document.getElementById(searchwordcontent); if(frmObj2.value ){ frmObj2.style.background #FFFFFF url(./lib_images/readyplanet_search_engine.gif) left no-repeat; } } function hideLogocontent(){ var frmObj2 document.getElementById(searchwordcontent); var frmBtn document.getElementById(submit); frmObj2.style.background #FFFFFF; frmObj2.value ; } function frmSubmitcontent(){ var frmObj document.getElementById(searchwordcontent); var searchWordcontent frmObj.value; if(searchWordcontent){ alert(Please Insert Keyword!!!); return false; }else{ location.href /index.php?layshow&acsearch_content&searchwordcontent+searchWordcontent+&dosearch; } } function checkEntercontent(e){ var characterCode; if(e && e.which){ e e; characterCode e.which; }else{ e event; characterCode e.keyCode; } if(characterCode 13){ frmSubmitcontent(); return false; }else{ return true; } } function checkEnter(e){ var characterCode; if(e && e.which){ e e; characterCode e.which; }else{ e event; characterCode e.keyCode; } if(characterCode 13){ frmSubmit(); return false; }else{ return true; } } // > /script> script typetext/javascript src/template/encrytion_password.js>/script> script typetext/javascript> function encryt(){ if(document.getElementById(memberdo).value login){ var acc_webdocument.getElementById(account).value ; var memberdo_login document.getElementById(memberdo).value ; var backurl_mem document.getElementById(backurl).value; var memlogindocument.getElementById(memberlogin).value; var message document.getElementById(memberpassword).value; var key document.getElementById(keyset).value; var ciphertextdes des(key,message,1,0,null); var strpwdstringToHex(ciphertextdes); var cipMemuserdes des(key,memlogin,1,0,null); var strUserstringToHex(cipMemuserdes); //document.getElementById(ciphertext).value ciphertextdes ; document.getElementById(tohexpwd).value message ; //document.getElementById(ciphertextUser).value cipMemuserdes ; document.getElementById(tohexUser).value memlogin ; document.getElementById(memberdo).valuememberdo_login; document.getElementById(account).value acc_web; document.getElementById(backurl).valuebackurl_mem; //document.getElementById(memberform).submit(); } } /script> script typetext/javascript> function validateEmail(email){ if(!validateEmailSubscribe(email)){ alert(กรุณากรอก อีเมล ให้ถูกต้อง ตัวอย่าง : youremail@abc.com); document.mailsubscribe.emailsubscribe.focus(); return false; } } /script> script languagejavascript typetext/javascript> function clearField1() { form document.mailsubscribe; form.emailsubscribe.value ; } /script> script languagejavascript typetext/javascript> function clearField2() { form document.memberform; form.memberlogin.value ; } /script> script languagejavascript typetext/javascript> function clearField3() { form document.memberform; form.memberpassword.value ; } /script> br/>br/> table width100% cellpadding0 cellspacing0 border0>tr>td aligncenter stylepadding:5px 0px 10px 0px;>div stylepadding-top:10px;padding-bottom:10px;>a hrefhttp://www.progressinterrubber.com/OUR-PRODUCTS target_blank>img src/images_profiles/banner149760.jpg border0 altfinger cone, finger cones, rubber finger cone, Thimblettes, Thimblette, natural Thimblette titlefinger cone, finger cones, rubber finger cone, Thimblettes, Thimblette, natural Thimblette/>/a>/div>div stylepadding-top:10px;padding-bottom:10px;>a hrefhttp://www.progressinterrubber.com/rubberbands target_blank>img src/images_profiles/banner149747.jpg border0 altrubber bands, natural rubber bands titlerubber bands, natural rubber bands/>/a>/div>div stylepadding-top:10px;padding-bottom:10px;>a hrefhttp://www.progressinterrubber.com/index.php?layshow&acarticle&Ntype2 target_blank>img src/images_profiles/banner149746.jpg border0 altrubber tube, rubber tubes, natural rubber tube titlerubber tube, rubber tubes, natural rubber tube/>/a>/div>div stylepadding-top:10px;padding-bottom:10px;>a hrefhttp://www.progressinterrubber.com/rubberbandsball target_blank>img src/images_profiles/banner149745.jpg border0 altrubber bands ball, natural rubber bands ball titlerubber bands ball, natural rubber bands ball/>/a>/div>div stylepadding-top:10px;padding-bottom:10px;>a hrefhttp://www.progressinterrubber.com/fingercone target_blank>img src/images_profiles/banner149744.jpg border0 altfinger cone, finger cones, rubber finger cone, Thimblettes, Thimblette, natural Thimblette titlefinger cone, finger cones, rubber finger cone, Thimblettes, Thimblette, natural Thimblette/>/a>/div>div stylepadding-top:10px;padding-bottom:10px;>a hrefhttp://www.progressinterrubber.com/packaging target_blank>img src/images_profiles/banner149753.jpg border0 altrubber bands packaging, rubber band package, packaging titlerubber bands packaging, rubber band package, packaging/>/a>/div>/td>/tr>/table>br/>br/> !--End Rows Menu--> /div> div idcontent_right_res> !--Start Column template--> span idlazyimg> div idbanner_top_res>a hrefhttp:// target_blank>img stylemax-width:100% src/images_profiles/banner152531.png border0 alt title/>/a>/div> !--start dynamic layout--> div classlayout_res styleborder:0px;> div classw100 stylebackground-color:#FFFFFF;>div classlayout-res-d dIntro>span classh1>Welcome to Progress Inter Rubber Co.,Ltd. /span>p>span stylefont-size: 14pt;>span stylecolor: rgb(0, 0, 255);>b>span styleline-height: 107%;>We/span>/b>/span>span styleline-height: 107%;> are a leading manufacturer and exporter in Thailand for rubber bands, rubber tubes, rubber bands ball and rubber finger cones since 2002. /span>/span>/p>p>span stylefont-size: 14pt;>span stylecolor: rgb(0, 0, 255);>b>span styleline-height: 107%;>Our products/span>/b>/span>span styleline-height: 107%;>, both crepe and compound bands, are made from 100% natural rubber. Our products are available in a wide range of sizes, colors and packaging depending on customers’ requirement. You can have your products packed in neutral bags or boxes, or you can have your own logo and design printed on the packaging./span>/span>/p>p>span stylefont-size: 14pt;>span stylecolor: rgb(0, 0, 255);>b>span styleline-height: 107%;>Our complete range of services /span>/b>/span>span styleline-height: 107%;>are including designing, testing, researching and developing our rubber products and all packaging materials with a reasonable price. /span>/span>/p>p>span stylefont-size: 14pt;>span stylecolor: rgb(0, 0, 255);>b>span styleline-height: 107%;>Our customers /span>/b>/span>span styleline-height: 107%;>are all over the world ranging from Middle East, Africa to Europe. It is being used extensively in agriculture, molding industry, packaging, home and office usage and stationery fields. /span>/span>/p>p>span stylefont-size: 14pt;>span stylecolor: rgb(0, 0, 255);>b>span styleline-height: 107%;>Our quality /span>/b>/span>span styleline-height: 107%;>is guaranteed. We have standard in-house quality control. For quality and safety concerned, we have passed 94/62/EEC directive (Packaging waste) for toxic element test, issued by Registration and Licensing Centre Asia Pacific. (Test certificate is available upon request). Any other inspections and quality tests are available upon request./span>/span>/p>p>span stylefont-size: 14pt;> /span>/p>hr />p styletext-align: center;>span stylecolor: rgb(255, 153, 0);>span stylefont-size: 14pt;> /span>/span>/p>p styletext-align: center;>span stylecolor: rgb(255, 153, 0);>span stylefont-size: 16pt;>b>span styleline-height: 107%;>You can depend on Progress Inter Rubber to provide you with superior customer service, excellent product quality and competitive pricing/span>/b>/span>/span>/p>hr />p styletext-align: center;> /p>p>span stylebackground-color: rgb(255, 255, 204);>span stylecolor: rgb(0, 0, 128);> /span>/span>/p>p styletext-align: center;>span stylefont-size: 14pt;> /span>/p>p>span stylebackground-color: rgb(255, 255, 153);>span stylecolor: rgb(0, 0, 128);> /span>/span>/p>p styletext-align: center;>strong stylebackground-color: rgb(255, 255, 153); font-size: 21.3333px;>span styletext-indent: 48px;>More information and quotation/span>/strong>/p>p styletext-align: center;>span stylebackground-color: rgb(255, 255, 153);>span stylecolor: rgb(0, 0, 128);>span stylefont-size: 14pt;>strong stylefont-size: 21.3333px; text-align: start;>span styletext-indent: 48px;>Please send email to: /span>/strong>/span>span stylefont-size: 21.3333px;>b>sales@progressinterrubber.com/b>/span>/span>/span>/p>p>span stylecolor: rgb(0, 0, 255);> /span>/p>p styletext-align: center;> /p>p> /p>p> /p>p>span stylecolor: rgb(0, 0, 255);>span stylefont-size: 14pt;> /span>/span>/p>p>span stylefont-size: 14pt;> /span>/p>/div>/div> div styleclear:both;>/div> /div>!--end dynamic layout--> /span> !--End Column template--> /div> div styleclear:both;>/div> /div> !--End content--> !--Start Foolter--> style>#black-ribbon-div { position: relative;}#black-ribbon-div img { position: fixed; top: 0px; right: 0px; width: 150px; z-index: 1;}@media screen and (max-width: 900px){ #black-ribbon-div img { top: 39px; right: 0px; width: 100px; } }/style>div idfooter_res> div classbottom> strong classfooter>Copyright © 2018 All Rights Reserved./strong> /div> div classbanner-bottom>Visitors : 163138/div>div classbanner-bottom>a hrefhttps://www.readyplanet.com/16544025/r-web?utm_sourcewww.progressinterrubber.com&utm_mediumreferral&utm_contentpowered_by target_blank>img stylewidth: 160px; vertical-align: middle; srclib_images/powered-by-rp-2020.svg border0 altPowered by ReadyPlanet titlePowered by ReadyPlanet>/a>/div>/div> !--End Foolter--> /div>/div>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]