dan wrote: > basically, what it does, is it reads info, and supposed to output so > the user can download the data it's just output, webserver does > support scripts, it outputs > the correct data, but my goal is to be able to get the "download file" > window up, and be able to store a "servers.ini" file from the data > the perl script outputs.
The "download file" dialog is controlled by the browser, so you can't really *force* it to come up. However, see sec. 19.5.1 of RFC 2616 at http://www.ietf.org/rfc/rfc2616.txt. The RFC suggests that using Content-type of "application/octet-stream" in conjunction with the "Content-disposition" header should result in the "Save as" dialog appearing. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]