Closed
Bug 275067
Opened 20 years ago
Closed 16 years ago
tommcrae.com - A list query is never displayed.
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: galmes, Unassigned)
References
()
Details
(Whiteboard: [havefix])
Hello, When going on the web page (http://www.tommcrae.com/qanda.htm) and trying to see a "questions and answer" by cliking on the menu, the result is never displayed. This problem appears in Mozilla (1.7) and mozilla-firefox (1.0). This works correctly under IE. Greetings, PS : I hope that the information is complete enough, and will not take you too much time.
Comment 1•20 years ago
|
||
Java Console Window says: Error: document.dropmsgform has no properties Source File: http://www.tommcrae.com/qanda.htm Line: 64 62 function expandone(){ 63 if (document.getElementById){ 64 var selectedItem=document.dropmsgform.dropmsgoption.selectedIndex 65 contractall() 66 document.getElementById("dropmsg"+selectedItem).style.display="block" 67 document.getElementById("Div"+selectedItem).style.display="block" 68 } 69 } In the HTML markup: 166 <TBODY> 167 <form id="dropmsgform" name="Questions"> 168 <tr vAlign="top"> FIX, at line 64 use: var selectedItem=document.getElementById("dropmsgform") ... - or - var selectedItem=document.Questions ... -> TE
Assignee: general → english-other
Status: UNCONFIRMED → NEW
Component: General → English Other
Ever confirmed: true
OS: Windows XP → All
Product: Mozilla Application Suite → Tech Evangelism
QA Contact: general → english-other
Hardware: PC → All
Summary: A list query is never displayed. → tommcrae.com - A list query is never displayed.
Whiteboard: [havefix]
Version: 1.7 Branch → unspecified
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
•