Page 1 of 1

Save As Dialog Box

Posted: Thu Jan 21, 2010 1:39 pm
by daebat
I need to integrate a save as dialog box into my links pulled from a databse... here is my code:

Code: Select all

Echo "<tr><td>Open InDesign Files</td><td><a href='upload/postcards/".$info['zip'] . "'><img src='../associates/images/download.png' ></a><br></td></tr>";
I can't seem to find how to do this.