Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
WebTab to call the content page's event when switching the tab
posted

Hi,

I would like to know. Is it possible to call the content page's event when switching the tab.

For example, there are several tabs. Each tab has a content url page set.

Now if the user finished the tab1 data input, and switch to the tab2.

I want to save tab1 content page data back to db before the tab2 content page showing.

Since I have tried to use HTML body onunload for the content page, but when switch tab it didn't make any event to the previous content page.