Jump to content

Dhirendra

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Dhirendra

  1. Hi,I have following requirement. Can anyone help me???I am developing an application which will create an Excel file and save it to the disk without prompting the user. In other words it should not display the save dialog box. :) . I am using PL/SQL Cartridges. Owa_Util.Mime_Header ( 'application/vnd.ms-excel', False);htp.Print('Content-Disposition:attachment;filename="test.xls"');owa_Util.Http_Header_Close; The Owa_Util is used to write the data into EXCEL. But when the second line encounters it displays the save dialog box. :) even if i will specify C:\test.xls instead of test.xls. I came to know this is possible through JS. So if any one can help me......... :):blink::blink: Regards,Dhirendra

×
×
  • Create New...