creating large images in popup window

admin

Administrator
Staff member
I am trying to pass images into a single file popup.php that are larger images of a thumbnail. I am using javascript on the main page <!-- m --><a class="postlink" href="http://netpaths.net/hosting/datacenter.html">http://netpaths.net/hosting/datacenter.html</a><!-- m --> and a short line of code in the popup.php page - <img src=http://www.phpbuilder.com/board/archive/index.php/"/images/<?php echo $image; ?>" border="0" name="flyImage" alt="click to close">

but im not sure how to use javascript to make the large image show up in the $image variable location

thanks
 
Back
Top