How do we include external JavaScripts in VBCS — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How do we include external JavaScripts in VBCS

edited Apr 15, 2019 5:54PM in Visual Builder 1 comment

Summary

Calling external JavaScript functions in VBCS

Content

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&quot; 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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!