teresajh
05-29-2003, 05:37 PM
Can someone give me the coding to make a pop up frame? I want to link the frame from thumbnail photos to the full size images.
Thanks :)
Thanks :)
|
View Full Version : Pop Up Frames teresajh 05-29-2003, 05:37 PM Can someone give me the coding to make a pop up frame? I want to link the frame from thumbnail photos to the full size images. Thanks :) Sheila 05-30-2003, 10:03 AM http://www.lissaexplains.com/java4.shtml Sorry if that isn't what you want. teresajh 05-30-2003, 11:28 AM That sort of works but I have multiple photos on the page which need to open in seperate pop ups with this coding that is put in the head I can only seem to get one photo to open in the pop up <script language="javascript"> //<!-- function popup() { window.open ("WHAT DO I PUT IN THIS BIT TO CHANGE THE PIC EACH TIME","popup","width=400,height=400, location=0,menubar=0, resizable=0,scrollbars=0,status=0, titlebar=1,toolbar=0") } --> </script> Hope that makes sense :) starlet 05-30-2003, 02:09 PM You need to make sure each has a different name, see these threads for more details: http://www.lissaexplains.com/forum//search.php?s=&action=showresults&searchid=69613&sortby=lastpost&sortorder=descending |