Results 1 to 9 of 9

Thread: iFrame links
      
   

  1. #1
    vlsusocy is offline Sergeant
    Join Date
    Dec 2006
    Posts
    27

    Question iFrame links

    I would like the contents of an iFrame (pictures) to point to a new link.

    Can this be done and how?
    Panos

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: iFrame links

    Just as they would in a normal page: link the images to wherever you want.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    vlsusocy is offline Sergeant
    Join Date
    Dec 2006
    Posts
    27

    Default Re: iFrame links

    Thanks for replying.

    What I want to do is to have a gallery with thumbnails and when someone clicks on one of the thumbnails a bigger picture to appear in the iframe.
    This I have done.

    The next step is when someone clicks on the iframe picture to be able to either download it or view a large sample of the picture. How can I have a "changing" kind of link?


    Thanks anyway for your time.
    Panos

  4. #4
    Join Date
    Dec 2006
    Location
    Greece
    Posts
    17

    Default Re: iFrame links

    You can't resize an iframe unless you use some serious javascripts implimenting some ajax code and stuff..

    you can have anything you want inside an iframe but.. to link an streight image to a url you can't you must have one html that points to that picture and only to that picture and the code inside is gonna be something like..
    <a href="http://YOURLINK" target="_self"><img src="http://THEIMAGE"></a>
    that is going to open the required url inside the iframe.. if you change the target="_self" to target="_parent" the url is going to opened on the page that utilizes the iframe.. if you want to popup other window to display the big picture you must use some popup code to the html that you display inside the iframe (e.g. from dynamicdrive.com)

    It's a log story with iframes.. and you must be carefull cause they're a bit heavy for a website and a browser if you use a lot of the in a page..

    Consider using other methods to call upon something for example php that uses the server to compute stuff and gives html result on a browser.. the kind of thing you want..

    p.s. sorry'bout my lagy english..!! heh not used to write english
    -= Carpe Noctem =-

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: iFrame links

    First of all greetings and my best wishes to both my copatriots in CY and GR.

    On the topic: if i have understood well, you are going to have a medium resolution image, that will appear in the I-frame, and a second, high resolution version of the same picture. If this is the case, then yes, you can easily link an image which is inside an i-frame without any code knowledge, by using only BV and this very simple trick:

    1. Do NOT upload the medium resolution images directly on the server, and do NOT link your thumbnails to those image files.
    2. Upload, on the server, the even larger file image, lets call it, for this example, "high_resolution_image1. Repeat for all images.
    3. For every image, create a BV page. Place only the medium resolution image in the page, on the very top left corner. LINK THIS IMAGE TO THE HIGH RESOLUTION IMAGE FILE simply using BV's link icon. Make the link _blank. Save your page as f.e. "image1" . Publish this page (it will be published as image1.html). Repeat for all your images.
    4. Go back in your original page, the one with the i frame, and link the thumbnails to the single pages that contain the medium resolution images.

    When somebody clicks on the thumbnail, the medium resolution image will appear in the iframe. By clicking on this image, they will be redirected to the high resolution image file.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  6. #6
    vlsusocy is offline Sergeant
    Join Date
    Dec 2006
    Posts
    27

    Default Re: iFrame links

    Excellent!

    This is exactly what I was looking for.

    Great help - Cheers.

    Panayiotis
    Panos

  7. #7
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: iFrame links

    You are welcome.

    Γιωργος
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  8. #8
    aubin is offline Private
    Join Date
    Jan 2007
    Posts
    2

    Default Re: iFrame links

    i was wondering if i can take my own photshop templates and putting in blue voda can that work?

  9. #9
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: iFrame links

    Templates in BV are simply static images. If that is whay you mean by "template", then ofcourse, you can import any image you have created in photoshop, as a template in BV
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


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