Hi,
I added a JS file to my HTML file programatically.
It appended just fine, but it wont execute the function inside the JS file. Can any see what I'm doing wrong? Thanks.
-----------------------------------
<html>
<head>
<script type="text/javascript">
function FindTotal(first,next,last)
{...