Results 1 to 3 of 3

Thread: Link to a folder

  1. #1
    Join Date
    Oct 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Link to a folder

    Hello, I am creating a cd-rom (tutorial) for my students.

    Instead of making a lot of links directly to their files, I would like to create a link that will open a new window showing details of the folder with all the files.

    Sometimes, on the main window of a cd-rom you have the possibility to explore (by a link) the cd-rom folders. And that's the kind of link I would like to make.

    <a href ="images/julie.jpg" target="_blank">TEST</a>

    This link will open the file julie.jpg

    I want to open the folder images.

    Anybody can help me????

    Thanks a lot.

    Julie

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Have you tried the obvious:

    <a href ="images/" target="_blank">TEST</a>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Oct 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb Thanks a lot

    Thank you for your help.

    I'm using a software to create the webpage and it does not allow me to target directly a folder...only files.

    I will remember this one! Too easy.

    Julie

Bookmarks

Posting Permissions

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