Incremental URL Browser

The Incremental URL browser allows you you browse a series of URLs that have a number in them. It will automatically provide you with links the the next and previous links in sequence. It also does automatic zero-padding by adding zeroes to the beginning of the number component if the number you give begins with zeroes.

The URL is constructed by concatenating the three parts below: BaseURL + Number + Trailing Part. The Number part should be only digits. Include slashes, etc in the base and trailing parts.

Base part:   
Number part:   
Trailing part:   

  Pad number with zeroes when decrementing. (eg 10->09 instead of 10->9)