A
Antonio Policelli
Hello, please tell me how to do this..
I have a web page that a user can manipulate and work with a database
object. it is not important what that is but for the user to start on
a new object, they must request that one be created. with a sql
server stored procedure, the object takes about 30-45 seconds to
create itself.
i want to give a user a form and when they click the button the object
gets created. when this happens, i want the button they just pushed
to not be pushable again. i would also like a popup window with maybe
a prograss bar on it or it could just be a light that moves from side
to side like the black kit car does.
so... how do i make the button unpushable and how do i make the popup
window come up and run while the object is being created but when the
object is done the popup goes away or just says "done" and user can
click "close me"
thank you
I have a web page that a user can manipulate and work with a database
object. it is not important what that is but for the user to start on
a new object, they must request that one be created. with a sql
server stored procedure, the object takes about 30-45 seconds to
create itself.
i want to give a user a form and when they click the button the object
gets created. when this happens, i want the button they just pushed
to not be pushable again. i would also like a popup window with maybe
a prograss bar on it or it could just be a light that moves from side
to side like the black kit car does.
so... how do i make the button unpushable and how do i make the popup
window come up and run while the object is being created but when the
object is done the popup goes away or just says "done" and user can
click "close me"
thank you