Writing a program to load incrementing websites

Hi All

Dont know if anyone can help me.

I need away of automatically incrementing a website. for example:

www.someone.co.uk/client_id=1/somewhere/file.pdf

Where it says client_id=1 I need to increase this up to e.g. 200 and open them into individual web pages.

www.someone.co.uk/client_id=1/somewhere/file.pdf
www.someone.co.uk/client_id=2/somewhere/file.pdf
www.someone.co.uk/client_id=3/somewhere/file.pdf
.......
...
..
www.someone.co.uk/client_id=200/somewhere/file.pdf

Hope i have made this clear lol

Many thanks in advance

Andy
you would need a asp.net or php control for that...

research loops and _GET and popups (java script)
That seems well out of my depth then. Only know little C++ programming. Thank you for the reply
Topic archived. No new replies allowed.