Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > how to handle application/octetstream html document in netscape

Reply
Thread Tools

how to handle application/octetstream html document in netscape

 
 
balakrishnan.dinesh@gmail.com
Guest
Posts: n/a
 
      05-30-2006
hi friends,
Im using netscape browser ,in my html page, there are many
links are there to many pages, For some links its going well, but for
some pages its showing a dialog box like
" The 'filename.htm' of type application/octet-stream (html
document),and netscape does not know how to handle it "

So please tell me , what i have to do for opening the those same pages
in the netscape browser itself.

-Is there anything to be change in the browser setting or anything to
be done in those html pages

Thank U
Dinesh

 
Reply With Quote
 
 
 
 
Julian Turner
Guest
Posts: n/a
 
      05-30-2006

wrote:

> hi friends,
> Im using netscape browser ,in my html page, there are many
> links are there to many pages, For some links its going well, but for
> some pages its showing a dialog box like
> " The 'filename.htm' of type application/octet-stream (html
> document),and netscape does not know how to handle it "
>
> So please tell me , what i have to do for opening the those same pages
> in the netscape browser itself.
>
> -Is there anything to be change in the browser setting or anything to
> be done in those html pages
>
> Thank U
> Dinesh


As an amateur, all I know is that "application/octet-stream" usually
signifies a binary file. As far as I am aware, HTML pages are not
themselves a binary format, so my guesses are:-

(a) the file named "filename.htm" is really a binary file wrongly
named,
(b) the file is a normal html file, but you have the Content-Type
wrongly set. See: <URL:http://www.w3.org/TR/html4/charset.html>.

Regards

Julian Turner

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Building SVG document Using DOM Interface Inside HTML Document SMH Javascript 2 03-18-2007 08:57 AM
translate a HTML document into a XHTML document mike Java 3 01-24-2005 09:42 AM
A HTML document can be converted to XHTML document. mike Java 2 01-14-2005 06:00 AM
A HTML document into a XHTML document(wap2.0 mobile profile) mike XML 6 10-14-2004 09:02 PM



Advertisments