Closed Bug 236671 Opened 21 years ago Closed 17 years ago

Drop down lists don't take you to the new page...

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: hotweiss, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8 If I use the drop down lists in Internet Explorer, they take me to a new page according to the category I selected. If I use Firefox, nothing happens. Reproducible: Always Steps to Reproduce: 1. Select browse by specialty 2. Choose specialty 3. Actual Results: Nothing happens Expected Results: You should be taken to the chosen specialty
Relevant JavaScript in page (this is called onchange): function __doPostBack(eventTarget, eventArgument) { var theform; if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) { theform = document.forms["Form1"]; } else { theform = document.Form1; } theform.__EVENTTARGET.value = eventTarget.split("$").join(":"); theform.__EVENTARGUMENT.value = eventArgument; theform.submit(); } -> evangelism Reporter, do you know if the site has been contacted about their non-functional menus? If not, contact them. If they are receptive and fix the problem, close the bug. If not, someone will confirm it.
Assignee: firefox → english-us
Component: General → English US
Product: Firefox → Tech Evangelism
QA Contact: english-us
I've sent an email to Skyscape, but is it an error on their part when these menus work in Internet Explorer but not in Firefox?
The site has either been totally redesigned or this specific problem has been fixed (or both), because it all works now.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.