How can I disable an entire HTML page on an event like in the case of JavaScript alert?

后端 未结 5 2033
南笙
南笙 2021-01-13 05:08

I am developing a web page in JSP/HTML in which I have to disable/ \'gray screen\' an entire web page on a button click event so that an end user can\'t access the other ele

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-13 05:15

    If you can use JQuery, and need some user input on top the gray area, try JQUery UI Dialog, and set it as modal

提交回复
热议问题