Closed
Bug 152898
Opened 22 years ago
Closed 22 years ago
kickme.to - Site is sending content of central <IFRAME> as text/plain
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: guy22israel, Assigned: doronr)
References
()
Details
Attachments
(1 file)
139.34 KB,
image/jpeg
|
Details |
in this url, the big windows in the center should load java script. u should see
a list of.....cracks to d/l...
the list is loaded like a txt html page instead of the java. (load that url in
Internet Explorer and see the differences).
omer.
Comment 1•22 years ago
|
||
Browser, not engine ---> Layout.
Omer: what build ID of Mozilla were you using? Please include that
in any bug report; thanks.
When I use Mozilla trunk binary 20020617xx on WinNT, I do not see
any text in the central box. It's pure black. In IE6 text shows up
as "Last Releases: etc. etc. "
I CAN see the contents of the box in the Mozilla DOM Inspector.
It shows up as this content inside an <IFRAME> element:
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<LINK REL=StyleSheet HREF="../tsrh.css" TYPE="text/css">
<script language="JavaScript1.2" type="text/javascript" src="pepper.js">
</script>
</HEAD>
<body bgcolor=black>
<font size=+1><i>Last Releases:
</i></font><br><hr>
<!-- START LAST RELEASES ZONE -->
<br><a
href="ftp://crack:tsr@195.34.35.12/tsrh/reliz/2002/june/tsrh-amsd330_sn.zip">Age
nda MSD 3.30 Espanol</a> - 19/06/2002 - Serial - ByTESCRK
etc.
etc.
Is it valid to have <HTML>, <HEAD>, etc. inside an <IFRAME> ?
Assignee: rogerl → attinasi
Component: JavaScript Engine → Layout
QA Contact: pschwartau → petersen
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
i am using mozilla 1.0 build ID 2002053012. the error i recieve is similar to
the one mentioned below by you.
omer
Comment 3•22 years ago
|
||
The middle frame contains the source of the page, except it's black text on
black background. Drag the mouse inside the frame to select the text, and you'll
see it.
The source is being shown because the file is sent as text/plain instead of
text/html.
See here:
http://webtools.mozilla.org/web-sniffer/view.cgi?url=http%3A%2F%2Ftsrh.crackz.ws%2Fdata%2Fnews.tsrh
This is not a bug in Mozilla, resolving as invalid.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
i sent u screenshot of TSRH web page in IE 6. this is the way it should look in
mozilla.
omer.
Status: VERIFIED → REOPENED
Resolution: INVALID → ---
Comment 7•22 years ago
|
||
Omer, did you try the link Lasse gave in Comment #3? The site is sending
the contents of the <IFRAME> as text/plain. Mozilla is doing the correct
thing by showing it as text. The site has made a mistake; reassigning
this bug to Tech Evangelism component so the site can be contacted -
Assignee: attinasi → doron
Status: REOPENED → NEW
Component: Layout → US General
Product: Browser → Tech Evangelism
QA Contact: petersen → zach
Version: other → unspecified
Updated•22 years ago
|
Summary: u shouldn't know that but this is the only site i have right now containing the bug :) → Site is sending content of central <IFRAME> as text/plain
in lasse link there were also those lines:
<HTML>CRLF
<HEAD>CRLF
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">CRLF
<LINK REL=StyleSheet HREF="../tsrh.css" TYPE="text/css">CRLF
<script language="JavaScript1.2" type="text/javascript" src="pepper.js">CRLF
</script>CRLF
i am not really into programing but it seems ok..
anyway, IE 6 can handle with the original link so why can't u ? how come the
site sends the url as text and IE 6 STILL able to read it properly ?!
omer.
Comment 9•22 years ago
|
||
It's not a case of IE6 being able to show the file as html, it's a case of IE6
*not* being able to show it as plain text - which the server specifies that it
should. The server should be set up to serve those files as text/html instead.
Comment 10•22 years ago
|
||
requires logins now. -> invalid, if you wish them to fix their site please tell
the to configure their content types appropriately. they can visit
devedge.netscape.com for some pointers.
Status: NEW → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → WONTFIX
Summary: Site is sending content of central <IFRAME> as text/plain → kickme.to - Site is sending content of central <IFRAME> as text/plain
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•