Is it possible to use database hooks to trigger a pop window , for example when one the images below is clicked/hover over in the table (displaying information connected in a database) that a pop window with the larger version image be shown in a pop up window ?
Database hooks are only in the backend code so you won’t be able to do that. However, why not just open a Lightbox or another page? Just wire up the onClick() or mouseOver() event handlers to open up the Lightbox.
Thanks for your response Yisrael will rethink my approach