How do we include external JavaScripts in VBCS
Summary
Calling external JavaScript functions in VBCSContent
Hi all,
I would like to call the external JS functions from my VBCS app. How do we achieve this?
Here is the code snippet below.
<button id="nhvalink" >Launch Assistant</button>
<script src="https://sw.nohold.net/McAfeeEndUser/Uploads/nhsetup.js" type="text/javascript"></script>
save the above code as .html and run it in your local. on click logic of button 'Launch Assistant' is placed in the inline java script.
How do I achieve this in VBCS?
Thanks-Sameer.
Code Snippet
<html> <button id="nhvalink" >Launch Assistant</button> <script src="https://sw.nohold.net/McAfeeEndUser/Uploads/nhsetup.js" type="text/javascript"></script> </html>
Tagged:
0