Expand my Community achievements bar.

How to show an alert while scrolling down to a particular page?

Avatar

Level 9

Hello All,

I want to develop a form which would have several pages. When the user scrolls to a particular page, I want to show an alert. Is this possible?

Any help would be appreciated.

Thanks,

Bibhu.

3 Replies

Avatar

Level 10

Hi,

this is possible with event propagation ans scriptings in the root subform.

I made an example with John Brinkman's Event Propagating macro.

Here's the sample form.

https://acrobat.com/#d=t9i1Mc6707VRA101d5-xkQ

Avatar

Level 9

Hi Radzmar,

Thanks for the help. But this is not what I want. You have written script for the enter event. Unless and until the mouse enters the fields it does not show the alert. I need this alert while scrolling i.e when the user will drag the scroll bar or drag the moue by keeping it on the scroll bar it should show alert. Is it possible?

Thanks,

Bibhu.

Avatar

Level 10

Scrolling through the form does not fire any event, so the enter event seems to be the only way to do this.