Exploring my experiences with cordys
BPM
BPM
XForm
Sunday, January 22, 2012
Showing Status when a Button is Clicked
Lets say your button Id is "regBtn",then to display some message when some1 clicks on register button,write the following in click() event
function regBtn_Click(eventObject)
{
application.setStatus("Please Wait...We are registering You");
}
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment