PDA

View Full Version : Template making?


Frosty
27-05-2000, 14:52
Is there any way using Java, cgi or whatever to simpify the following?

I want to have some page(s) which have links to various downloads on it and each download has a small thumbnail image showing you what the download is and when you click on the thumbnail it shows you a fullsize image.

Now I've done that ok, but how do I make the fullsize image appear in a new window without any of the normal browser buttons and is there any way of making a page up so I don't have to write the links out in full and just type the name of the file and it would automatically link to the download, thumbnail and fullsize image directories by itself?

PC Games Planet
27-05-2000, 14:57
Sure, that's easy you need to write some java script. Its easy if you have Dreamweaver, just go on the Behaviours and click open browser window, that'll give you all the options e.g. no buttons, resizeable etc. The rest is easy, you use a http meta-equiv refresh to the file and after so many seconds, the download box will pop up.