CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Perl/ CGI (http://www.codingforums.com/forumdisplay.php?f=5)
-   -   Content-type appears in web page (http://www.codingforums.com/showthread.php?t=974)

TRACEYR 06-28-2002 08:06 PM

Content-type appears in web page
 
I have perl running on Windows 2000 IIS 5.0

I have a script i am calling within a web page and it responds back with the

Content-type header message................

Is there a way to prevent this being sent.

The script is working fine.

Feyd 06-28-2002 09:28 PM

That usually only happens if you are declaring the content type twice, and the second one displays as a print; or you are running an environment where the script knows if it needs to print content-type headers or not...double check your code.


All times are GMT +1. The time now is 03:18 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.