Displays the next image for the scroll.
// Displays the next banner
ImageNext(IMG_Banner)
Syntax
ImageNext(<Image control>)
<Image control>: Control name
Name of the control to be used: - Image control,
- Clickable Image control,
- Thumbnail control.
Remarks
Managing the transition effects
If transition effects have been specified during the control description:

These transition effects are taken into account when ImageNext is used .
These transition effects are ignored when ImageNext is used. Indeed, the page is entirely refreshed. To take these effects into account, you must use a code in Ajax mode.