David
Thu Jun 16 14:56:03 CDT 2005
Use a network sniffer like Network Monitor or Ethereal and post a response
that "works" with IE and one that does not work with Mac or FireFox.
My guess is that your CGI is not sending Content-Type response header
correctly, causing some browsers to want to download the content instead of
displaying it (i.e. your CGI is causing error-condition handling on the
browsers, so behaviors are all different).
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"GMI" <Admin@GoMonitor.com> wrote in message
news:11b38ho9q7pbcd@corp.supernews.com...
I am devaloping a web site usign Perl CGI on IIS / W2K.
The system works fine when Clients are using IE on Windows, but Mac users
get an error message that say it does not recognize ".PL"
Also when Client's Browser is Firefox they receive a ftp prompt and the
program file is being send to the client!!!
Any help is appreciated.