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”>
<p><!--You can change the bell's image for one of the 250 glyphs in font format from the Glyphicon Halflings set.
<br>
You just need to change the class "glyphicon-bell" for "glyphicon-YOU-WANT-TO", like "glyphicon-envelope".
<br><br>
See more examples at <a class="link" href="http://getbootstrap.com/components/" title="See more">http://getbootstrap.com/components/</a>.-->
{SC_NOTES}
</p>
</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().