So I've been blocking the page with a "Loading" message using the following code for a logon page
<input id="submit" type="submit" value="Log On" onclick="block();"/>
If there's an error with the validation though, the block message will stay there forever. What's the best way to present the block message so it takes the validation into account?