iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I want to ask "Do you want to close window ? " to user after click close button.
How can I do this?
Thanks .
You can catch it OnWindowBeforeClosed event.
e.g
function WebDesktopManager1_OnWindowBeforeClosed(controlId, window) { var WebDesktopManager1 = ISGetObject(controlId); if (confirm("Do you want to close window ? ")) { return true; } else { return false; } }
Hope this helps,
Regards,Handy
Thanks Handy,
I achive with your code
Thanks again.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname