Bizaare Netscape Behavior

2004-08-21 Thread Mark S Lowe
For some reason, all my CGIs that spit out HTML for Netscape browsers (Netscape and Firefox) display the actual HTML and not the HTML page. Is there something I¹ve done wrong in my http.conf? Has anyone else seen this? Best, M ark

Re: Bizaare Netscape Behavior

2004-08-21 Thread Oliver Schnarchendorf
On Fri, 20 Aug 2004 18:57:57 -0700, Mark S Lowe wrote: > For some reason, all my CGIs that spit out HTML for Netscape browsers > (Netscape and Firefox) display the actual HTML and not the HTML page. Is > there something I¹ve done wrong in my http.conf? Has anyone else seen this? Mark, befo

Re: Bizaare Netscape Behavior

2004-08-21 Thread John Delacour
I presume they also spit out the content-type line first? - Original Message - From: "Mark S Lowe" <[EMAIL PROTECTED]> For some reason, all my CGIs that spit out HTML for Netscape browsers (Netscape and Firefox) display the actual HTML and not the HTML page.

Download images/movies

2004-08-21 Thread Mark Wheeler
Hi, I have a picture gallery I building for my family. When a movie or picture is displayed, I want them to be able to save it. But... if I just provide a link in the coding to the actual file, it will open up in the browser window and be displayed. Is there a way to have download, either autom

Re: Download images/movies

2004-08-21 Thread Bill Stephenson
Hey Mark, I sympathize with you, it should be easy to ask them just to "right click", or "control click" but most of my family just doesn't grasp the concept any better than I do the GameCube keypad commands my son tells me to use when he's whupping me on a Football game. I think if you filter

Re: Download images/movies

2004-08-21 Thread Chris Devers
On Sat, 21 Aug 2004, Mark Wheeler wrote: I have a picture gallery I building for my family. When a movie or picture is displayed, I want them to be able to save it. But... if I just provide a link in the coding to the actual file, it will open up in the browser window and be displayed. Is there

Re: Download images/movies

2004-08-21 Thread Mark Wheeler
Hi Chris, That makes sense. I'll give it a try and let you know. Thanks, Mark On Aug 21, 2004, at 12:07 PM, Chris Devers wrote: On Sat, 21 Aug 2004, Mark Wheeler wrote: I have a picture gallery I building for my family. When a movie or picture is displayed, I want them to be able to save it. But..

Re: Download images/movies

2004-08-21 Thread Mark Wheeler
Hi Bill, That's pretty much what Chris said, too. I'll give it a try and let you know. On Aug 21, 2004, at 11:27 AM, Bill Stephenson wrote: Hey Mark, I sympathize with you, it should be easy to ask them just to "right click", or "control click" but most of my family just doesn't grasp the conce

Re: Download images/movies

2004-08-21 Thread Joel Rees
On 2004.8.22, at 04:07 AM, Chris Devers wrote: On Sat, 21 Aug 2004, Mark Wheeler wrote: I have a picture gallery I building for my family. When a movie or picture is displayed, I want them to be able to save it. But... if I just provide a link in the coding to the actual file, it will open up in

Re: Download images/movies

2004-08-21 Thread Joel Rees
Thinking twice, I'll be out of pocket for a while, so I'll just go ahead and post this just in case anyone is interested. http://reiisi.homedns.org/~joel/cs/shared_code/showpics.pl.text Contains some shift-jis, which can be stripped out with no ill effects. -- Joel Rees It's not the "Here

Re: Download images/movies

2004-08-21 Thread Mark Wheeler
Thanks. I'll check it out. Mark On Aug 21, 2004, at 4:17 PM, Joel Rees wrote: http://reiisi.homedns.org/~joel/cs/shared_code/showpics.pl.text