Well, I have no idea on that one, I've only done those type of things
on form submissions.

<head>
        <script>
                image1 = new Image();
                image1.src = "/Images/Progress-Meter.gif";
        
                function changeOn(){
                        document.getElementById("uploadImage").innerHTML = "<img
src=\"/Images/Progress-Meter.gif\">";
                        document.frmAddImage.btnSubmit.disabled = true;
                        document.frmAddImage.btnSubmit.value = "Uploading 
Images..."
                }
        </script>
</head>

<body>

<cfform action="startreport.cfm">
                          <cfinput type="submit" onsubmit="changeOn();" 
name="btnSubmit"
value="Upload Image" />
</body>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253294
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to