Within the form need to call java function at external site as show snippet below. The source works in standard webpage, but won't work in ChronoForms. How do I add that java script src to "Form JavaScript without the script tags"?
...
<input type='button' onclick='showProgress()' value='Prequalify Now!' style='width: 136px' /><input type='hidden' name='company_id' value='1234567789' />
<b>Please Wait</b><img name='progress_image' id='progress_image' src='blank.gif' width='65px' height='19px' align='absmiddle' alt='...' /><br />
...
...
<script src='http://someExtSite.net/Methods.js' language='javascript'></script>
</form>