Click to See Complete Forum and Search --> : Pic in new browser and no toolbars


Pir
08-10-2003, 07:48 AM
Hi,

I would like to have a pictture as a link and on click a new window should open with the same picture (but better resolution, bigger size etc.). The trouble I have is, that I want the browser window to be the same size as is the picture and I don't want any other toolbars to be visible. I did find some JavaScript tutorials on it but as I have allmost no experience with JavaScript it doesn't help me a lot. I also want to have more that one picture on that page and dont't want to write for each picture a new function in JavaScript (nor a new .html page for every picture). Is there a way to do this only with HTML and if no could someone tell me how to do it with JavaScript not having to write a function for each picture.
Thx

pyro
08-10-2003, 08:06 AM
This should do what you are looking for: http://www.infinitypages.com/research/imagepopup.htm

Pir
08-10-2003, 08:48 AM
Thank you so much. That is just what I was looking for!!

pyro
08-10-2003, 08:50 AM
You're wecome... Happy to help. ;)