Javascript - loading/busy indicator or transparent div over page on event click

后端 未结 5 2058
萌比男神i
萌比男神i 2020-12-09 06:45

i got a client side javascript function which is triggered on a button click (basically, its a calculator!!). Sometimes, due to enormous data on the page, the javascript cal

5条回答
  •  感情败类
    2020-12-09 06:58

    In addition to all of the above, don't forget to put an invisible iframe behind the shim, so that it shows up above select boxes in IE.

    Edit: This site, although it provides a solution to a more complex problem, does cover creating a modal background. http://www.codeproject.com/KB/aspnet/ModalDialogV2.aspx

提交回复
热议问题