At 1:00 PM -0400 6/20/08, Daniel Brown wrote:
On Fri, Jun 20, 2008 at 12:59 PM, Daniel Brown <[EMAIL PROTECTED]> wrote:Once you get your download script fixed, try adding these lines to your page: <iframe height="0" width="0" name="dl" id="dl" frameborder="0"></iframe> <a href="img.php" target="dl">Click to Download</a> And just replace img.php with the name of your script.Sorry, that should be: <iframe height="0" width="0" name="dl" id="dl" frameborder="0"></iframe> <a href="img.php?params=YOUR_PARAMETERS" target="dl">Click to Download</a>
Oh, so now you tell us. :-) Cheers, tedd -- ------- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

