I know absolutely nothing about javascript.
Can Someone help me.
I have two scripts
1 in the Head:<script type="text/javascript" src="budget.js"></script>
1 in the Body: <script language="JavaScript" src="header.js"></script>
When I remove the header.js, my calculator works
When I remove the budget.js, my header works
Can someone tell me how I can change the code so the they both work?
Thank You,
Michele