View Full Version : Virtual pagination
naveen.brite
04-14-2010, 06:44 PM
1) Script Title: Virtual pagination
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/virtualpagination.htm
3) Describe problem:
Hi, Is there any option to auto play the script during the start up.
Thank you.
djr33
04-14-2010, 07:13 PM
You could just add an event to the body tag:
<body onLoad="function()"> where function() is the same action as in one of the links.
That would auto-set the page like if a link was clicked. However, I don't believe this script has a continuous/timed rotation feature. It would be possible to add that, but it would change the script in a fairly major way. You could look at adding it yourself. In theory it's just a matter of adding a time loop that each rotation changes the page (using the same function as mentioned about) and that you'd need to sequentially go through the page numbers.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.