Thread: JavaScript Help
View Single Post
Old 4th May 2003, 11:30 AM   #1

Username: cybril
Rank: WF101 Newbie
Join Date: Mar 2003
Location: Perth, Australia
Posts: 18
Points: 0.00
Default 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
cybril is offline   Reply With Quote