PDA

View Full Version : html page number increase


maveric
09-28-2009, 12:02 PM
I'm looking for someone to help me write a script.

I'm trying to write a script that would start at example page:

www.test.com/1

load that page wait 5 seconds then load

www.test.com/2 and continue so on and so forth

would be even better if user could input the last page number in the list and script would stop at that page.

cheers Josh

A1ien51
09-28-2009, 03:06 PM
Not sure why this would be in the Ajax section.

Look into setTimeout and window.location.href

Very simple task

Eric