bgreenhouse
Technical User
This is a simple question. I should know how to do it, but I'm missing something obvious...I have opened a new window to display an image. I want to use an image as a button to close the window. I have tried calling a function (href=javascript:close(), with function close(){window.close}), and also just making href=javascript:window.close(), but neither seems to work. HELP!