YOUR PRACTICE'S FINANCING PAGE
Payment Chart Generator
By using the tool below, you can embed the above explainer, which can be customized with your practice name and the Alphaeon Credit options you offer.
No Interest Plans
Equal Pay Plans
Amounts to Display
"; document.getElementById('calculatorPreview').innerHTML = iFrameSnippet; } function EncodeSnippet() { var iFrameSnippet = ""; document.getElementById('resultBox').innerHTML = iFrameSnippet; var copyText = document.getElementById("resultBox"); copyText.select(); copyText.setSelectionRange(0, 99999); /* For mobile devices */ /* Copy the text inside the text field */ document.execCommand("copy"); /* Alert the copied text */ alert("Copied the text: " + copyText.value); }