Closed Bug 191106 Opened 22 years ago Closed 15 years ago

salamanderdesigns.com - Products drop down menu doesn't work in mozilla

Categories

(Tech Evangelism Graveyard :: English US, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jdunn, Unassigned)

References

()

Details

Here is a snippet of code that they are using to query
browser name & type which they later use to create the
"Products" drop down menu

	var browserName = navigator.appName;	
	var normalbrowser = false;
	if( browserName == "Microsoft Internet Explorer" ) normalbrowser = true;      
     

And later they have a "popup" function that uses normalbrowser to
determine of whether to use "layers" (navigator4) or regular html4/dom stuff.

	function popup( grpnumtmp ) {
	  outed = true;
	  //document.write( grpnum );
	  hidepop();
	  grpnum = grpnumtmp;
	  grpname = "popupgroup" + grpnum;
	  encname = "enc" + grpnum;
	  if( normalbrowser ) {
	    grp = eval( grpname );
	    grp.style.visibility = "visible";
	  }
	  else {
	    grp = document.layers[ encname ].layers[ 0 ].layers[ 0 ];
	    grp.visibility = "show";
	  }
	}

Note there are several other different pages that have the same 
issue under the salamander site.
tech evang june 2003 reorg
Assignee: aruner → english-us
Component: US Ecommerce → English US
QA Contact: bc → english-us
Summary: Products drop down menu doesn't work in mozilla → salamanderdesigns.com - Products drop down menu doesn't work in mozilla
seems to be fixed
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.