Progress Bar in coldfusion

<html>
    <head>
        <script>
            function init() 
               {
                     ColdFusion.ProgressBar.start("pb")
               }
        </script>
    </head>
    <body>
        <h2>Processing....</h2>
        <cfprogressbar name="pb" duration="5000" interval="20" width="300" />
        <cfset ajaxOnLoad("init")>
    </body>
</html>

Comments

Popular posts from this blog

how to add new line in google form questions | Fix for next line issue in google form questions

How to add new line in dropdown type question in google forms