Re: [cgiapp] Multiple arguments to header_props() possible?

2002-06-07 Thread Martijn van den Burg
Hi, On Thursday 06 June 2002 19:17, Seb wrote: On Thu, 6 Jun 2002 10:22:44 +0200, Martijn van den Burg [EMAIL PROTECTED] spoke gently: Hi list, [...] So the Q. is: Can header_props accept more than one argument? And if so, does it accept 'Content-Disposition'? By the way: this is

Re: [cgiapp] Multiple arguments to header_props() possible?

2002-06-06 Thread Valerio_Valdez Paolini
On Thu, 6 Jun 2002, Martijn van den Burg wrote: I want to present the user of my application with a 'download' pop-up box when he clicks on a certain link. The download box must have a default name already filled in. The (ASCII) data is generated on the fly. I don't know if it is correct,

Re: [cgiapp] Multiple arguments to header_props() possible?

2002-06-06 Thread Mark Stosberg
On Thu, 6 Jun 2002, Martijn van den Burg wrote: So the Q. is: Can header_props accept more than one argument? And if so, does it accept 'Content-Disposition'? I believe it does. It should work the same as the CGI.pm header() function. In your case you may need to use: '-Content-Disposition'