News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Add a Navigation Script

Started by ben2ong2, October 06, 2006, 04:15:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ben2ong2

Navigation has to be performed by a script.
To add navigation to the XML Data Island, create a script that calls the movenext() and moveprevious() methods of the Data Island.
<script type="text/javascript">function movenext(){x=xmldso.recordsetif (x.absoluteposition < x.recordcount)   {   x.movenext()   }}function moveprevious(){x=xmldso.recordsetif (x.absoluteposition > 1)   {   x.moveprevious()   }}</script>

All Together Now
With a little creativity you can create a full application.
If you use what you have learned on this page, and a little imagination, you can easily develop this into a full application.
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login