in reply to Re^2: Forcing output to a browser when perl is busy
in thread Forcing output to a browser when perl is busy

something like this
<form onsubmit="if(this.submitted){ alert("please be patient"); return + false;}; this.submitted=true"> ... </fode>