External Library samples menu02.html glyphicon

ScriptCase 9.2.008

Can someone show me how to call an SC application when the icon is clicked?

In the menu02.html is this code.


<button type=“button” class=“btn btn-default”>

<span class=“glyphicon glyphicon-bell help-tip” aria-hidden=“true”>

&lt;p&gt;&lt;!--You can change the bell's image for one of the 250 glyphs in font format from the Glyphicon Halflings set. 
&lt;br&gt;
You just need to change the class "glyphicon-bell" for "glyphicon-YOU-WANT-TO", like "glyphicon-envelope". 
&lt;br&gt;&lt;br&gt;
See more examples at &lt;a class="link" href="http://getbootstrap.com/components/" title="See more"&gt;http://getbootstrap.com/components/&lt;/a&gt;.--&gt;
{SC_NOTES}
&lt;/p&gt;

</span>

</button>

I guess I can add the onclick() function to the button, but what is the syntax to exec a SC app? Like you normally would using sc_redir().