I have several images in a frame, each image is a link to a game. Lets say the Frame size is 600X 600, and Game frame size is 500X500. How do I make each link to open in the same frame? P.S I will add a BACK button on the side or something like that. Thanks.
<a href = "xxx" target="mygamewin">a game</a> <a href = "xxx" target="mygamewin">b game</a> just setup a same target .
can you explain a bit more about the hierarchy of the files? Do I use <Frameset> tag? How do I set the frame itself to be in the size I want (lets say 600 X 500)?