TEST PAGE
<a href="#" id="openEmailBtn" style="display:inline-block; padding:12px 24px; background-color:#0072CE; color:white; text-decoration:none; border-radius:6px; font-weight:bold;"> Email ROBOTIS Support </a> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function() { var btn = document.getElementById("openEmailBtn"); btn.addEventListener("click", function(e) { e.preventDefault(); window.location.href = "mailto:cs@robotis.com?subject=Support%20Request&body=Hello%20ROBOTIS%20team,%0A%0AI%20need%20assistance%20with..."; }); }); </script> <a href="mailto:cs@robotis.com?subject=Support%20Request&body=Hello%20ROBOTIS%20team,%0A%0AI%20need%20assistance%20with..." style="display:inline-block; padding:12px 24px; background-color:#0072CE; color:#ffffff; font-weight:bold; text-decoration:none; border-radius:6px; font-family:Arial, sans-serif;"> Email ROBOTIS Support </a> <a href="mailto:cs@robotis.com?subject=Support%20Request&body=Hello%20ROBOTIS%20team,%0A%0AI%20need%20assistance%20with..." style="display:inline-block; padding:10px 20px; background-color:#0072CE; color:#fff; text-decoration:none; border-radius:5px;"> Email ROBOTIS Support </a> <!-- Button that opens default email app --> <button id="emailSupportButton" style="padding:10px 20px; background-color:#0072CE; color:white; border:none; border-radius:5px; cursor:pointer;"> Email ROBOTIS Support </button> <script type="text/javascript"> document.getElementById('emailSupportButton').addEventListener('click', function() { // Opens default email client with prefilled To, Subject, and Body window.location.href = "mailto:cs@robotis.com?subject=Support%20Request&body=Hello%20ROBOTIS%20team,%0A%0AI%20need%20assistance%20with..."; }); </script>

