Atozed Forums

Full Version: How do I enable an external script?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The javaScript description says that an external script is connected like this: <script src= "/my/script.js">< / script> 
How do I do this in IntraWeb ? How do I enable an external script?  Huh
It is simpler than that.

Add it to the ContentFiles property of your form, like that:

script.js

then add the script.js to the wwwroot (every IW application must have a folder named wwwroot under the folder where the binary file is (.exe or .dll).

That's it. It will just work
All ingenious is simple. Thank you very much.