Web Analytics Made Easy -
StatCounter Content-type appears in web page - CodingForum

Announcement

Collapse
No announcement yet.

Content-type appears in web page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #2
    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.
    Moderator, Perl/CGI Forum
    shadowstorm.net - subvert society

    Comment

    Working...
    X