Project Cost Savings Calculator
Estimate how much your business can save through improved productivity - reduced manpower, reduced waste, and lower overheads over 3 years.
Disclaimer: This calculator is intended for indicative purposes only and does not replace financial, operational, or professional advice. Please consult your grant consultant or refer to Enterprise Singapore for official grant details.
Embed the Project Cost Savings Calculator on Your Website
1. Copy the following iframe code:​
<iframe id="costSavingsIframe" src="https://projectcscalculator.abuzz.sg" width="100%" style="border:none; overflow:hidden;" scrolling="no" ></iframe> <script> window.addEventListener('message', function(event) { if (event.origin !== 'https://projectcscalculator.abuzz.sg') return; if (event.data.iframeHeight) { var iframe = document.getElementById('costSavingsIframe'); iframe.style.height = event.data.iframeHeight + 'px'; } }); </script>
2. Paste this code into your website’s HTML where you want the calculator to appear.
3. The iframe will automatically resize to fit the calculator content, so no scrollbars will show.
4. Make sure your site supports embedding iframes and JavaScript.
5. If the automatic resizing does not work on your platform, add a fixed height to the iframe style, e.g., height:700px;.