Results 1 to 3 of 3

Thread: File download

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2000
    Location
    Gainesville, Ga
    Posts
    50

    Question

    I've created a web page,
    http://catocom.tripod.com/ThreadWonders/
    and in the free designs section I have 3 graphics.
    When you click on the graphics it pulls up a new
    window with the code of the file, but I want it to
    pull up a download window.

    Does anyone know the hmtl code for this?
    Scott Cato
    VB6s

  2. #2
    Guest
    You have:
    Code:
    <a href="http://catocom.tripod.com/files/forklif3.zip" target="tlx_new"><img alt="ltrhead2.jpg" align="" border="" src="http://catocom.tripod.com//sitebuildercontent/sitebuilderpictures/forklift.jpg" width="240"></a>
    In that code, you have it to popup a new window.
    Code:
    <a href="http://catocom.tripod.com/files/forklif3.zip" target="tlx_new"><img alt="ltrhead2.jpg" align="" border="" src="http://catocom.tripod.com//sitebuildercontent/sitebuilderpictures/forklift.jpg" width="240"></a>
    So just take that target code out.

    Code:
    <a href="http://catocom.tripod.com/files/forklif3.zip"><img alt="ltrhead2.jpg" align="" border="" src="http://catocom.tripod.com//sitebuildercontent/sitebuilderpictures/forklift.jpg" width="240"></a>
    And it should work now. This won't popup any new window..just the download window.

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2000
    Location
    Gainesville, Ga
    Posts
    50

    Wink Thanks

    I actually fixed the main problem before you got there
    I think.?

    What the main problem was, was the original files were
    .dst format, and the program didn't like that.So I
    changed the files to .zip and it worked fine.

    ???
    Scott Cato
    VB6s

Posting Permissions

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



Click Here to Expand Forum to Full Width