Loan Amount Calculator2. Head Script |
|
Join the DiscussionMore of this FeatureTo add the loan amount calculator to your web page you need to copy two scripts into your page. The following script goes in the head section of your page. Once you have created your code you just save it to an external javascript file. I called mine borrowh.js. You then link it into the head of your pageusing the following code:
<script type="text/javascript"
src="borrowh.js">
</script> The final step is to obtain the body script.
Sample Page | Head Script | Body Script
|


