www.sdk.co.jp Open in urlscan Pro
3.113.100.34  Public Scan

URL: https://www.sdk.co.jp/innovation/english/download/aln_filler/leaflet/input.html?elqTrackId=029948329A9E02C013F9CCC83CD...
Submission: On September 28 via api from US — Scanned from JP

Form analysis 1 forms found in the DOM

POST

<form action="" method="post" autocomplete="off">
  <input type="hidden" name="md" value="100">
  <input type="hidden" name="mms" value="leaflet_aln_filler">
  <table class="contact__table">
    <colgroup>
      <col class="w30">
      <col class="w70">
    </colgroup>
    <tbody>
      <tr>
        <th><label for="first_name">First Name</label><br><span class="contact__table__must">Mandatory Field</span></th>
        <td>
          <div class="contact__table__item">
            <p class="contact__table__example">e.g. Taro</p>
            <input type="text" id="first_name" name="firstname" value="" class="contact__table__txt">
            <!-- contact__table__item -->
          </div>
        </td>
      </tr>
      <tr>
        <th><label for="last_name">Last Name</label><br><span class="contact__table__must">Mandatory Field</span></th>
        <td>
          <div class="contact__table__item">
            <p class="contact__table__example">e.g. Yamada</p>
            <input type="text" id="last_name" name="lastname" value="" class="contact__table__txt">
            <!-- contact__table__item -->
          </div>
        </td>
      </tr>
      <tr>
        <th><label for="company_name">Company/Organization</label><br><span class="contact__table__must">Mandatory Field</span></th>
        <td>
          <div class="contact__table__item">
            <p class="contact__table__example">e.g. Showa Denko K.K.</p>
            <input type="text" id="company_name" name="company" value="" class="contact__table__txt">
            <!-- contact__table__item -->
          </div>
        </td>
      </tr>
      <tr>
        <th><label for="depart">Department</label><br><span class="contact__table__must">Mandatory Field</span></th>
        <td>
          <div class="contact__table__item">
            <p class="contact__table__example">e.g. General affairs department</p>
            <input type="text" id="depart" name="department" value="" class="contact__table__txt">
            <!-- contact__table__item -->
          </div>
        </td>
      </tr>
      <tr>
        <th><label for="area">Area</label><br><span class="contact__table__must">Mandatory Field</span></th>
        <td>
          <div class="contact__table__sel wide ">
            <select id="area" name="area" class="contact__table__txt">
              <option label="Americas" value="Americas" selected="selected">Americas</option>
              <option label="Asia" value="Asia">Asia</option>
              <option label="Europe" value="Europe">Europe</option>
              <option label="Middle East" value="Middle East">Middle East</option>
              <option label="Africa" value="Africa">Africa</option>
            </select>
            <input type="hidden" id="areaSelectedValue" value="">
            <script>
              ! function() {
                for (var e = document.getElementById('area').options, t = document.getElementById('areaSelectedValue').value, n = 0; n < e.length; n++)
                  if (t === e[n].value) {
                    e[n].selected = !0;
                    break
                  }
              }();
            </script>
          </div>
        </td>
      </tr>
      <tr>
        <th><label for="country">Country</label><br><span class="contact__table__must">Mandatory Field</span></th>
        <td>
          <div class="contact__table__sel wide ">
            <select id="country" name="country" class="contact__table__txt">
              <option label="Argentina" value="Argentina" data-val="Americas" selected="selected">Argentina</option>
              <option label="Brazil" value="Brazil" data-val="Americas">Brazil</option>
              <option label="Canada" value="Canada" data-val="Americas">Canada</option>
              <option label="Chile" value="Chile" data-val="Americas">Chile</option>
              <option label="Columbia" value="Columbia" data-val="Americas">Columbia</option>
              <option label="Cuba" value="Cuba" data-val="Americas">Cuba</option>
              <option label="Mexico" value="Mexico" data-val="Americas">Mexico</option>
              <option label="Peru" value="Peru" data-val="Americas">Peru</option>
              <option label="United States" value="United States" data-val="Americas">United States</option>
              <option label="Others" value="Americas Others" data-val="Americas">Others</option>
            </select>
            <input type="hidden" id="countrySelectedValue" value="">
            <script>
              ! function() {
                for (var e = document.getElementById('country').options, t = document.getElementById('countrySelectedValue').value, n = 0; n < e.length; n++)
                  if (t === e[n].value) {
                    e[n].selected = !0;
                    break
                  }
              }();
            </script>
          </div>
        </td>
      </tr>
      <tr>
        <th><label for="mail">E-mail</label><br><span class="contact__table__must">Mandatory Field</span></th>
        <td>
          <div class="contact__table__item">
            <p class="contact__table__example">e.g. sample@co.jp</p>
            <input type="text" id="mail" name="email" value="" class="contact__table__txt">
            <!-- contact__table__item -->
          </div>
        </td>
      </tr>
      <tr>
        <th><label for="tel_number">Phone</label><br><span class="contact__table__must">Mandatory Field</span></th>
        <td>
          <div class="contact__table__item">
            <p class="contact__table__example">e.g. 000-0000-0000</p>
            <input type="text" id="tel_number" name="tel" value="" class="contact__table__txt">
            <!-- contact__table__item -->
          </div>
        </td>
      </tr>
      <tr>
        <th><label for="regist_magazine">Sign up for our e-mail newsletter</label></th>
        <td>
          <div class="contact__table__item">
            <p class="contact__table__explanation">Provide your e-mail address to receive the latest updates from SDK Innovation Infinity, including news, events and product updates.</p>
            <label for="regist_magazine" class="contact__checkbox__wrap"><input type="checkbox" id="regist_magazine" name="mailmagazine" value="subscribe"><span>subscribe</span></label>
            <!-- contact__table__item -->
          </div>
        </td>
      </tr>
      <tr>
        <th><label for="agree">Confirmation to privacy policy</label><br><span class="contact__table__must">Mandatory Field</span></th>
        <td>
          <div class="contact__table__item">
            <p class="contact__table__explanation">You may notice our <a href="/innovation/english/privacy.html" target="newwindow" rel="noopener">privacy policy</a> &amp;
              <a href="/innovation/english/cookie.html" target="newwindow" rel="noopener">cookie policy</a></p>
            <label for="agree" class="contact__checkbox__wrap"><input type="checkbox" id="agree" name="privacy" value="I acknowledge and agree to GDPR terms"><span>I acknowledge and agree to GDPR terms</span></label>
            <!-- contact__table__item -->
          </div>
        </td>
      </tr>
      <tr>
        <th><label for="captcha_number">CAPTCHA Code</label><br><span class="contact__table__must">Mandatory Field</span></th>
        <td>
          <p>This website has adopted image authentication system in order to prevent unauthorized transmissions. Please type the characters you see in the picture.</p>
          <img style="margin:10px 0;" id="captcha" src="./input?image=1" alt="CAPTCHA Image"><br>
          <p>CAPTCHA's text are case insensitive.</p>
          <div class="contact__col contact__col__center">
            <div class="contact__col__item">
              <input type="text" id="captcha_number" name="captchaCode" maxlength="6" class="contact__table__txt">
            </div>
            <div class="contact__col__item">
              <a href="/innovation/english/download/aln_filler/leaflet/input.html?elqTrackId=029948329A9E02C013F9CCC83CD60920&amp;elqTrack=true#" onclick="document.getElementById('captcha').src = './input?image=1&amp;_=' + Math.random(); return false">[Different Image]</a>
            </div>
          </div>
        </td>
      </tr>
    </tbody>
    <!-- contact__table -->
  </table>
  <p class="contact__btn"><input class="contact__btn__submit" type="submit" value="Next"></p>
  <!-- form END -->
</form>

Text Content

SDK Innovation Infinity


DOWNLOAD THE TECHNICAL ARTICLE - HIGH THERMAL CONDUCTIVE AND MOISTURE RESISTANCE
ALN FILLER

 1. Input
 2. Confirmation
 3. Finish

In the leaflet, you can get the following data and more. Please fill out the
form below. (Takes 1 minute)

 1. Moisture resistance property
 2. Moisture-resistance and Thermal Conductivity of AlN Filler Compounding to
    Resin(Silicone/Epoxy)

*We use a performance cookie in order that you can download the leaflet as many
times as needed. For more information, please check our cookie policy.

First Name
Mandatory Field

e.g. Taro

Last Name
Mandatory Field

e.g. Yamada

Company/Organization
Mandatory Field

e.g. Showa Denko K.K.

Department
Mandatory Field

e.g. General affairs department

Area
Mandatory Field
Americas Asia Europe Middle East Africa
Country
Mandatory Field
Argentina Brazil Canada Chile Columbia Cuba Mexico Peru United States Others
E-mail
Mandatory Field

e.g. sample@co.jp

Phone
Mandatory Field

e.g. 000-0000-0000

Sign up for our e-mail newsletter

Provide your e-mail address to receive the latest updates from SDK Innovation
Infinity, including news, events and product updates.

subscribe
Confirmation to privacy policy
Mandatory Field

You may notice our privacy policy & cookie policy

I acknowledge and agree to GDPR terms
CAPTCHA Code
Mandatory Field

This website has adopted image authentication system in order to prevent
unauthorized transmissions. Please type the characters you see in the picture.


CAPTCHA's text are case insensitive.

[Different Image]



On this web site, we use the Secure Socket Layer (SSL) technology that protects
your personal information.

Top of page

Copyright (c) SHOWA DENKO K.K. All rights reserved.