i have some web based application that creates a zip file when user asks for it. and it takes around 5 sec of time which is uncertain.. so i want to show him a loading sceen which should disable my main screen for the time being and show loading oo processing animation something..
i am using jsp servlets
Update: i dont want to use jQuery
Edit: implemented using jQuery but want to do the same without it
thanks.