superman74
Technical User
I have a budget calculator that I've created for a local credit counseling place. I have this set up for a LOT of categories and sub categories. The user can remove the category if it doesn't apply to them, enter their actual budget for each category to compare it to the total budget and the category budget, etc.
It works great. Problem is, there's so much script on this simple page, its 191 kb in files size just for the ASP file. I've made a couple of includes for when the person makes changes to the page (if then statements) to try and remove some of the script to save download time at least for the user the first time they go to the page, but its still 180 kb.
Any suggestions?
It works great. Problem is, there's so much script on this simple page, its 191 kb in files size just for the ASP file. I've made a couple of includes for when the person makes changes to the page (if then statements) to try and remove some of the script to save download time at least for the user the first time they go to the page, but its still 180 kb.
Any suggestions?