Using the .NET Windows Forms WebBrowser control to show the preview of a page, I\'m using the following approach described in this SO posting to disable all links on the pag
Then you could use a combination of..
$('form :submit').attr("disabled", "disabled");
and
$('form').unbind('submit');