Click to See Complete Forum and Search --> : Pop up window for pitures


nottynut
10-22-2003, 06:13 PM
Hello,
I need to pop up the pictures in a pop up window with a close button when I click on the smaller picture. I do not want to open them in a new page.

Could someone help me out how to do this. :(

Thanks,
Nottynut

Khalid Ali
10-22-2003, 07:20 PM
add an onclick event in the image tag something like this

onclick="window.open(this.src,'')"

the above will open the image src in a popup window