Incrementing Part of an Address
Sorry about the title, I wasn't sure how to phrase my question...
I'd like to increment a number which is part of a URL, for example
<img src= "http://www.example.com/?module=images&func=display&fileId=0005"/
I want to be able to copy the URL but increase the numeric part of the
address to 0006, 0007, 0008 etc.
Many thanks :-)
|