Closed
Bug 131999
Opened 24 years ago
Closed 23 years ago
westerndigital.com : left hand column displays javascript code instead of a menu
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tristan, Assigned: tristan)
References
()
Details
(Whiteboard: [havecontact])
1 - visit http://www.westerndigital.com/translate/fr/wdwelcome.shtml
2 - see that on the left hand bar, JS code is displaying instead of being run.
3 - It should not do this. IE5.01 behaves nicely with the code.
Contact info:
http://www.westerndigital.com/company/company_contacts.asp#website
webinfo@wdc.com (likely to be an american webmaster)
Other pages surch as http://www.westerndigital.com/translate/fr/7200rpm.shtml
show a similar issue.
Comment 1•24 years ago
|
||
Seeing it with build 2002042503 - WinXP.
Here is the beginning of the code for the left column.
Hope it helps a little.
<!-- left navigation starts -->
<td width="150" align="left" valign="top">
<%@ Language=JavaScript %>
<%
var pageName = String(Request.ServerVariables("PATH_INFO"))
pageName = pageName.substring(pageName.lastIndexOf("/")+1,
pageName.lastIndexOf("."))
%>
<%
var onClass = 'oliveInfo11'
var offClass = 'blueInfo11'
//Response.Write('pageName = ' + pageName)
Comment 3•23 years ago
|
||
seems fixed
Comment 4•23 years ago
|
||
agreed. (and the top menus works too)
with mozilla 1.0/linux.
marking as FIXED.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•11 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
•