I am trying to create a javascript function that will display a popup window with a given picture. The filename of the picture will be passed into the ...
I wrote a small javascript function to show images in a popup window. The code is below.<BR><BR><pre class="ip-ubbcode-code-pre">function imgpop(imgLocation){ ...