JavaScript Help
Hiya - Am learning JavaScript and need help with some code. I have a main page with pictures on it and the link to another page (for them to see more pictures is
<a href="pics.html?/gfx/pics/01.jpg">More Pics &&</a>
Then the code on that page is
<img src="<!--#echo var="QUERY_STRING" -->">
What I want to be able to do is have a 'Next' button on that page which will show them the next pic (eg, call page again with 02.jpg) and so on - can someone help me with the Javascript to do that?
I know how to do it in VB!
Thanks for any help :P
|