How do I prompt the usual Windows dialog box, the box we have seen all the time, into the browser asking "Do you want to open or save this file?" with three buttons: Open, Save, and Cancel?
I am undertaking this task: users select "Generate MS Word Document" from a menu, which first invokes a method to retrieve requested information from the database and then uses some utility classes to format the information into a MS Word document. Thereafter, I prompt a dialog box into the browser asking users where in their local directory tree (i.e. the C: drive) the document is to be saved.
Basic example:getFilePath() and getFileName() are self-explaining. They should look like "c:/path/to/file/filename.ext" and "filename.ext". [ October 23, 2006: Message edited by: Bauke Scholtz ]