Closed
Bug 265563
Opened 20 years ago
Closed 20 years ago
A "next"(written in Chinese) link can not been seen,but when I use IE I can see it.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: xbtsw, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; zh-CN; rv:1.7) Gecko/20040614 Firefox/0.9 Build Identifier: Mozilla/5.0 (Windows; U; Win98; zh-CN; rv:1.7) Gecko/20040614 Firefox/0.9 http://publish.it168.com/2004/0524/20040524015401.shtml?cChanNel=15&cpositioncode=70 http://publish.it168.com/2004/0524/20040524001101.shtml?cChanNel=15&cpositioncode=70 Those two pages should have an "next"(written in Chinese) link between"【内容导 航】"and "【责任编辑:fisher】".When I change to IE I can see the link. Reproducible: Always Steps to Reproduce: just visit the link you will find it. Actual Results: can't see the "next" link which should be there Expected Results: show it:)
Comment 1•20 years ago
|
||
That button is supposed to be added by the following piece of VBscript (which is
IE-only, AFAIK):
<script language="vbscript">
document.write ("<tr>")
document.write ("<td height=18><a
href='20040524015401.shtml?cChanNel="&str3&"&cPositionCode="&str1&"'><font
color=red>第1页:产品分析</font></a></td>")
document.write ("</tr>")
document.write ("<tr>")
document.write ("<td height=18><a
href='20040524015402.shtml?cChanNel="&str3&"&cPositionCode="&str1&"'>第2页:SX 1
的优缺点</a></td>")
document.write ("</tr>")
</script>
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•