Re: Forcing a save as' dialogue box to come up on left click

2005-09-20 Thread David Dorward
On Mon, Sep 19, 2005 at 09:36:16AM -0500, Tony Frasketi wrote: Thanks for the response, David. I scanned thru the document to which you refer and from what I can understand it appears 'to me' that the 'Content-Disposition Header Field being described is in the context of email messages.

Re: problems with CGI.pm upload feature

2005-09-20 Thread Scott R. Godin
Charles K. Clarkson wrote: Scott R. Godin mailto:[EMAIL PROTECTED] wrote: : Regrettably this isn't getting me any closer to a resolution -- : what about the code? can anyone see anything I might have : overlooked? done wrong? should it, in fact, be working right : now? Did you test to be

RE: Forcing a save as' dialogue box to come up on left click

2005-09-20 Thread Bob Showalter
Tony Frasketi wrote: Hello Listers I'm trying to find a way to force a download dialogue box to come up when the user clicks on a link on a web page (the link will primarily be for htm, .txt files on the server). Short answer is that you cannot *force* the client to do anything. The HTTP

Re: Forcing a save as' dialogue box to come up on left click

2005-09-20 Thread Sara
Hi all, Did you read it? Content-Disposition - do not enclose filenames in quotes http://support.microsoft.com/kb/q182315/ Thanks, Sara. - Original Message - From: Wiggins d'Anconia [EMAIL PROTECTED] To: Tony Frasketi [EMAIL PROTECTED] Cc: beginners-cgi@perl.org Sent: Tuesday,

Re: Forcing a save as' dialogue box to come up on left click

2005-09-20 Thread Sara
Hi all, Did you read it? Content-Disposition - do not enclose filenames in quotes http://support.microsoft.com/kb/q182315/ Thanks, Sara.

Re: Forcing a save as' dialogue box to come up on left click

2005-09-20 Thread Tony Frasketi
Sara wrote: Hi all, Did you read it? Content-Disposition - do not enclose filenames in quotes http://support.microsoft.com/kb/q182315/ Thanks, Sara. Thanks very much for the info, Sara ! Will try it without the quotes! Tony Frasketi -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

One link to 2 frames

2005-09-20 Thread MNibble
Aloha is there a standard solution to this problem, by now i do this with a javascript, but i want to change it. Thanks for your time MNibble -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Forcing a save as' dialogue box to come up on left click

2005-09-20 Thread Tony Frasketi
Wiggins d'Anconia wrote: This is the simple part, and probably looks a little like. open file... read in file... print file back to browser... close file There are simpler ways to do this, but what I have come to use looks like: my $READHANDLE; unless (open $READHANDLE, $file) { # error

Re: One link to 2 frames

2005-09-20 Thread David Dorward
On Tue, Sep 20, 2005 at 02:05:09PM +0200, MNibble wrote: is there a standard solution to this problem To what problem? (Please don't depend on people reading subject lines). There are two: 1. Don't use frames. http://www.allmyfaqs.com/faq.pl?Problems_with_using_frames 2. Link to a new

Re: One link to 2 frames

2005-09-20 Thread Bill Stephenson
On Sep 20, 2005, at 7:05 AM, MNibble wrote: Aloha is there a standard solution to this problem, by now i do this with a javascript, but i want to change it. Thanks for your time MNibble I think with CGI it would be to create, then send to the client, the main html page which contains