Progress Bar in coldfusion
<html>
<head>
<script>
function init()
<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>
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
Post a Comment