Help In HTML Codes

Discussion in 'HTML & Website Design' started by wahba87, Mar 4, 2007.

  1. #1
    [​IMG]


    [​IMG]


    how to fix this code , to make clicking on the small image opens it's big one , without reloading the page

    thanks in advance :)
     
    wahba87, Mar 4, 2007 IP
  2. Foxy

    Foxy Chief Natural Foodie

    Messages:
    1,614
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Place the big picture in an iframe and target the a ref to the iframe

    eg

    <iframe frameborder="1" scrolling="no" height="800" width="600" marginwidth="2" name="picture" align="middle" src="http://www.----.com/calendar/"</iframe>

    <a href=.... target="picture"><img...><a/>
     
    Foxy, Mar 4, 2007 IP
  3. wahba87

    wahba87 Member

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    thanks for your help

    I'll check this :)


    EDIT :

    please tell me how to add the big pic in the iframe

    thanks
     
    wahba87, Mar 4, 2007 IP
  4. wahba87

    wahba87 Member

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    I attached the index.php file

    and the Iframe1.php file (sorry i don't have permission to upload the image folder)


    if u please tell me what to edit in which file and in which line

    thanks in advance :)
     

    Attached Files:

    wahba87, Mar 4, 2007 IP