G

G

  • NA
  • 5
  • 0

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

Jan 30 2009 5:57 AM
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)