I am a javascript newbie. I am trying to write a requirements document, and need some help describing what I am looking for. We want our application to generate a javascript snippet like this:
<script src="http://www.jotform.com/jsform/10511502633"></script>
This will load a web form.
So my question is: - How does a single script load an entire web form? Is this a JSON? - What is this called? Is this a cross browser javascript? - Can anyone point me in the direction of learning more about what this is?
Thank you for your help!