4
Answers

How to run an external script from a C# script?

G

G

15y
5k
1
Hello,

I have a script written in C# (.NET) and within this script I have an IF statement and when this IF statement is TRUE I want to execute the following external script that I placed just under the </head> of my page:

<script id='name' type='text/javascript' src='https://xx' integration='jscart-wizard'></script>

The external script is currently executed when I click on a button that passes some values to the external script

How can I do that?


Thank you in Advance
Answers (4)