Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

Add event handler to HTML Button web resource

$
0
0

I have added an HTML Button as a Web Resource to my form.

How do I add an onClick event to trigger a function on the Form Properties js.

Web Rescource

<html><head>
 
    <style>
      .button {
        background-color: #4CAF50;
        border: none;
        color: white;
        padding: 5px 12px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
      }

      .button {
        border-radius: 8px;
      }
    </style>
</head> <body>
        <button class="button"> Submit </button>
   
</body></html>


Viewing all articles
Browse latest Browse all 46379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>