[jQuery] Re: jQuery BlockUI and ASP.NET

2008-02-13 Thread MorningZ
What is the function "test()" doing? And a better way, well my opinion anyways, would be to use two buttons, one pure HTML calling the block code, and one server side one with "display: none"... have the user click the HTML button/image, call your block code, and if all is well, trigger the hidd

[jQuery] Re: jQuery BlockUI and ASP.NET

2008-02-13 Thread Mike Alsup
Is this only a problem in IE? where "clk_search" is the method that submit the form. > With this code, my loading message box appears but no submit has made. > What's wrong? > > thanks > alberto > >