Rank: Member Groups: Member
Joined: 2/5/2010 Posts: 24
|
Hi,
I want to set ClientSideOnAccept and ClientSideOnCancel function/property of msgbox throgh javascript. Can I do the same? Please help !!
Thanks & Regards, Vishakha Vaidya
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
There is no need for you to do that at all. You just give the properties a function name and implement whatever logic you have inside those functions. If you want the msgbox works as if those properties were not set, just do nothing inside your function.
Thanks
|