Consultor Eletrônico



Kbase P63930: When using Netscape 7.x getting the dialog to save the web-o
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/22/2004
Status: Unverified

FACT(s) (Environment):

Webspeed 3.x

SYMPTOM(s):

When using Netscape 7.x getting the dialog to save the web-object file

The file <file.p> is of type application/octet-stream, and Netscape does not know how to handle this file type.

CAUSE:

Sending !DOCTYPE through the WEB-STREAM before calling output-content-type
Example: {&out} "<!DOCTYPE ... >".

FIX:

Drop !DOCTYPE output, let output-content-type method deal with that.