Forum Moderators: open
The user clicks on xbox.
A xbox html page appears w/ a pic of a xbox
user closes the xbox page.
Now the user clicks on ps3.
A ps3 html page appears w/ a pic of a ps3.
The catch is I want to use only 1 html page to display the pics using any kind of scripting (java or asp or whatever will work). The xbox, ps3 and Wii html page is the same html page. It appears that a variable has to be used to determine which picture to display in the html page.
any ideas or is this confusing? :)
thanks
Not sure thats what you want.
For 100 images pages built from common template, as AA suggests use links like /image.html?image=56 and use server side scripting to build image page, PHP maybe.
NO server side scripting is needed for something this simple.