Hi,

In my web application which is developed under JSP,JavaScript, the menu's works fine in Internet Explorer but the same sub menu's does not works/opens in firefox and others.For example i gota menu's as below,

Admission
------- Student admission
--------Faculty admission

When i click on Admission link, the student and facutly links should open as sub menu's.
works fine in IE but not in firefox etc. Can anybody clear me about it?


Thanks in advance.

Recommended Answers

All 2 Replies

I tried to see from javascript console in firefox it gave problem at this line of code,


srcElement = window.event.srcElement;

' given error is window.event has no properties.

window.event is supported only in IE not in other browsers.
I guess you'll be calling some function on mouseover to the "Admission"
just post that code.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.