I've been having a problem on my website with people clicking a submit button more than once. When they do this, my form handling routine submits the info to the database more than once. In MSIE, I've been able to avoid this by making the button disappear with an onclick javascript, but this doesn't work in Netscape Navigator. Is there any way to avoid this that will work in both browsers? I am using Microsoft SQL Server and Allaire Cold Fusion.