Closed Bug 93969 Opened 23 years ago Closed 22 years ago

x86.pl - using invalid anchors (table data enclosed within anchor tag)

Categories

(Tech Evangelism Graveyard :: Polish, defect, P4)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: caillon, Assigned: piskozub)

References

()

Details

(Whiteboard: [SYNTAX-HTML] meta-refresh to itself sent to Moz/NS6 ???)

See bug 93929 for more details.  For clarity to this bug, the offending code is
listed below:

http://www.x86.pl/1/

<a href=reklama.asp><td class=menu_table3>Reklama</td></a><td width=1
bgcolor=black></td><a href=kontakt.asp><td class=menu_table3>Kontakt</td></a><td
width=1 bgcolor=black></td><a href=ox86.asp><td class=menu_table3>0
x86...</td></a><td width=1 bgcolor=black></td><a href=stat.asp><td
class=menu_table3>Statystyka</td></a>
<tr height=1><td class=menu_up_down colspan=8></td></tr></table>
</body>
</html>
status update
Whiteboard: [SYNTAX-HTML]
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
-> Euro
Assignee: bclary → nitot
Component: US English → European
QA Contact: zach → momoi
Whiteboard: [SYNTAX-HTML] → [SYNTAX-HTML] CentralEuropean
-> CentralEurope
Assignee: nitot → piskozub
Component: European → Central Europe
QA Contact: momoi → pali
It seems the bug became void as the web site consists now of one page refreshing
itself every second with an link to nowhere.

Marking FIXED. Feel free to reopen if the problem returns.

Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
The page is up now (and has been for some time, it's an intermediate-traffic web
portal/news site...). You must have visited it during some maintenance break...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
I'm getting that refresh page constantly on Moz 2001100508.  Is it a Mozilla/NS6
only refresh?  Does it refresh on MSIE?
Whiteboard: [SYNTAX-HTML] CentralEuropean → [SYNTAX-HTML] meta-refresh to itself sent to Moz/NS6 ???
Sorry, that's the wrong page, the main page with invalid HTML is at
http://www.x86.pl/1/, not at http://www.x86.pl/. Correcting URL.
My Build is 2001100503 and I see a page with invalid anchors.
seems to have lots of ilayer code
Webmaster contacted. 
Status: REOPENED → ASSIGNED
Priority: -- → P3
Target Milestone: --- → Feb
Second evangelism letter sent.
Priority: P3 → P4
Target Milestone: Feb → Future
OK. The bug is fixed. I made the webadmin today insert the following for the
bottom  menu:

<table width="748" height="20" align="center" cellpadding="0"
cellspacing="0" border="0">
<tr height="1"><td class="menu_up_down" colspan="8"></td></tr>
<tr align="center" class="btext">
    <td class="menu_table3"><a href="reklama.asp"
class="menu_link_3">Reklama</a></td>
    <td width="1" bgcolor="black"></td>
    <td class="menu_table3"><a href="kontakt.asp"
class="menu_link_3">Kontakt</a></td>
    <td width="1" bgcolor="black"></td>
    <td class="menu_table3"><a href="ox86.asp" class="menu_link_3">0
x86...</a></td>
    <td width="1" bgcolor="black"></td>
    <td class="menu_table3"><a href="stat.asp"
class="menu_link_3">Statystyka</a></td>
</tr>
<tr height="1"><td class="menu_up_down" colspan="8"></td></tr>
</table> 

in place of code that used an illigal construction like that: 
<tr><a href="something"><td>Some text</td></a></tr>

The bug seems ready for QA verification.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago22 years ago
Resolution: --- → FIXED
Marking verified.
Status: RESOLVED → VERIFIED
tech evang june 2003 reorg
Component: Europe: Central → Polish
Target Milestone: Future → ---
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.