smhfcf Report post Posted August 12, 2009 I am a project manager for a web design company. One of my clients presented this software to me and wants to know if we can integrate into his site the way that he wants. Can someone tell me if the functionality below is possible? And if so, give me an overview of what code we would need to write to make it happen? He wants us to integrate a financial calculator that a user will input their financial information into (income, debt amount, budget, etc.). After the user has entered this information and hit Submit, the chart on that page will automatically adjust to show their financial situation. It will be a public area of the website, so multiple visitors may be doing the calculation at the same time. Thanks for any insight you can offer. Steph Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 13, 2009 Hi, This is always possible. You would need to code your web page/application accordingly to get the data from the form and re-generate the chart again as per the new data. Please refer to the documentation of a similar but very basic implementation of this in : http://www.fusioncharts.com/docs/Contents/ASP_Form.html I hope this helps. Share this post Link to post Share on other sites