
Heres the situation - I have a page, listing items, lets use games as an example.
Right now its like this:
-Game A
-Game B
-Game C
and so on. Right now it's set up so Game A points to gamea.html, Game B points to gameb.html, you get the idea...
The reason they are thier own seperate pages is because in the game's html code i have an <applet> then <param name = "xxx" value ="yyy">
I was wondering if it is possible to just have one page, for Game A, B, C, and have the page that lists these games set the variables inside of the next page, (the value ="yyy" part), elimination the need to have a seperate page for each click. This will save me about 700 html files, so it's a necessity.
Also I was wondering if I can have radio buttons on the game listing page to edit these values as well, depending on whats selected.
I've googled for a few hours and the only solutions I can seem to find involve active server pages which I have no experience in whatsoever, just html/java/js I currently really know how to use.
Anyone up for this? ANY help whatsoever is appreciated, because I really don't want to have to make 700+ pages...