Results 1 to 3 of 3

Thread: jpg / gif open in a separate page
      
   

  1. #1
    katieC is offline Second Lieutenant
    Join Date
    Sep 2006
    Location
    Louisiana, USA
    Posts
    117

    Default jpg / gif open in a separate page

    how do i get a jpg/gif to open in a separate window. I set it up to where when the customer clicks on a jpg or gif on my website, to enlarge the picture for them, but when they go to close out that picture, it closes them out of the whole website??

    how can I get it so that they don't have to hit the back button when they are looking at the jpg and they can just close it out and they'll still be at the website??

    right now the way it's set up, if you go to www.haydell.com and click on an image to enlarge it, it will enlarge it for you - but if you close out of the image, you close out of the whole website and I don't want that, I want it to just close out of the picture - not the website so i need the images to open in their OWN PAGE.

    can someone help me with how to do this??

    katiec

  2. #2
    jahnsele is offline First Lieutenant
    Join Date
    Apr 2006
    Posts
    185

    Default Re: jpg / gif open in a separate page

    You can use BV Sw to create Photo Gallary. Once you're done with you pics, go to properties, look for "Target:" it is set Open in the same browser as defalt. You can change it to ..."open in a pop up window".

    Check how it works in this site http://enanumart.com/album/pictures.html try to click images.

    All the best!

  3. #3
    zigzag's Avatar
    zigzag is offline Captain
    Join Date
    Apr 2006
    Location
    Durban, South Africa
    Posts
    206

    Default Re: jpg / gif open in a separate page

    Wow Katiec, you have set the forum pages alight. I know what it is like when you want to get all the web stuff working right first time and it wont. Try to experiment with the simple stuff first, even though it might not have the bells and whistles that you have in your plan.

    There are many ways to do the photo gallery. The method I used [which was before BV8] is this.
    Create a thumbnail picture - say 70x100 pixels.
    Create the enlarged version at say 350x500 pixels.
    Create a web page for enlarged picture, containing only the picture. Set the page border to be just bigger than the picture. Say 400x550. For this example lets call this page "BigPic"

    On the page that contains the thumbnail, right click the thumbnail, choose HTML and paste this in the Before Tag box...

    <A href="#" onClick="window.open('http://www.haydell.com/BigPic.html', '','width=400,height=550'); return false;">

    In the After Tag box paste this ....</A>

    That's all. Some methods have longer load times than others.
    Try my photo gallery.

    Have fun

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49