PDA

Click to See Complete Forum and Search --> : File download


catocom
Jul 18th, 2000, 11:20 PM
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?

Jul 19th, 2000, 01:16 PM
You have:

<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.
<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.

<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.

catocom
Jul 19th, 2000, 04:11 PM
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.

???