hello all

i have a jsp project when i run this using apache-tomcat on windows server 2003 a pop up window open in the top of the page notifying about the active x control.when i move the mouse over menu bar item it is not showing drop list.i an not been able to click on the menu item.

another problem i am facing is "Some features of my project is not running on internet explorer and some are not running on Mozilla Firefox".

Recommended Answers

All 4 Replies

"Some features of my project is not running on internet explorer and some are not running on Mozilla Firefox"

@manish250 - so much for description. Not running which IE 5/6/7/8? Besides this is not much of JSP issue as Active X and IE... Also it would be good idea to post incriminating code

"Some features of my project is not running on internet explorer and some are not running on Mozilla Firefox"

@manish250 - so much for description. Not running which IE 5/6/7/8? Besides this is not much of JSP issue as Active X and IE... Also it would be good idea to post incriminating code

I am not been able to click on my menu bar in internet explorer 6.that's what i am asking for

As I said, without proper explanation and code nobody can help you with it. We do not see what is happening on your pc, therefore we cannot help you.

As I said, without proper explanation and code nobody can help you with it. We do not see what is happening on your pc, therefore we cannot help you.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">


        <!-- *** QuickMenu copyright (c) 2007, OpenCube Inc. All Rights Reserved.
        
	
     <%	String UserId =(String)session.getAttribute("userId"); %>
        <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>


        <!-- QuickMenu Structure [Menu 0] -->
       <table border="0" cellpadding="0" cellspacing="0">
       <tr>
         <td><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','960','height','95','src','flash/Header','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','flash/Header' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="960" height="95">
           <param name="movie" value="flash/Header.swf">
           <param name="quality" value="high">
           <embed src="flash/Header.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="960" height="95"></embed>
         </object></noscript></td>
       </tr>
     <TR bgcolor="#128ff6"><TD bgcolor="#128ff6">

        <ul id="qm0" class="qmmc">
            <!--  Logout menu item -->
            <li style="background-color:#128ff6"><a href="logout.jsp" class="qmparent2"><b><img src="images/bullet_orange.jpg" border="0">Logout</b></a></li>
        	     
		 <!-- Status -->
                        <li>
                        <a class="qmparent"><b><img src="images/bullet_orange.jpg" border="0">STATUS</b></a>
                        <ul>
                                <li><a href="MsisdnStatus.jsp" target="master" class="qmparent1">-Msisdn Status-</a></li>

			</ul>
			</li>
	<!--  MIS menu item -->
                        <li>
                        <a class="qmparent"><b><img src="images/bullet_orange.jpg" border="0">MIS</b></a>
                            <ul>
                                <li><a class="qmparent1">- Hourly MIS</a>
                                   <ul>
                                        <li><a href="currentHourUserWiseMis.jsp" target="master" class="qmparent1">- User Wise</a></li>
                                        <li><a href="currentHourCliWiseMis.jsp" target="master" class="qmparent1">- Source Wise</a></li>
                                        <li><a href="currenthourMsgType.jsp" target="master" class="qmparent1">- MessageType Wise</a></li>
                                        <li><a href="currenthourFileMis.jsp" target="master" class="qmparent1">- File Wise</a></li>


                                </ul></li>
                                <li><a class="qmparent1" href="datewiseMisGraph.jsp" target="master">- Date Wise</a>
                                  <ul>
                                        <li><a href="currentdailyUserMis.jsp" target="master" class="qmparent1">- User Wise</a></li>
                                        <li><a href="CurrentdailyCliWise.jsp" target="master" class="qmparent1">- Source Wise</a></li>
                                        <li><a href="currentdailyMsgTypeMis.jsp" target="master" class="qmparent1">- MessageType Wise</a></li>
                                        <li><a href="currentdailyFileMis.jsp" target="master" class="qmparent1">- File Wise</a></li>

                                  </ul></li>
                                 <li><a class="qmparent1" href="monthlyMisGraph.jsp" target="master">- Month Wise</a>
                                <ul>
                                       <li><a href="currentmonthUser.jsp" target="master" class="qmparent1">- User Wise</a></li>
                                       <li><a href="currentmonthCli.jsp" target="master" class="qmparent1">- Source Wise</a></li>
                                       <li><a href="currentmonthMsgtype.jsp" target="master" class="qmparent1">- MessageType Wise</a></li>
                                       <li><a href="currentmonthFile.jsp" target="master" class="qmparent1">- File Wise</a></li>

                                </ul></li>
            </ul></li>
			 <!--  Upload Msisdn File menu item-->
                      <li><a class="qmparent"><b><img src="images/bullet_orange.jpg" border="0">Schedule SMS</b></a>
                         <ul>
                              <li><a class="qmparent1" target="master" href="UploadFile.jsp">- Schedule SMS  </a></li>
                              <li><a class="qmparent1" target="master" href="TemplateMessage.jsp">- Template Message</a></li>
                              <li><a class="qmparent1" target="master" href="CurrentStatus.jsp">- View Schedule</a></li>

                    </ul></li>

                      <!--  Manage Upload File menu item-->
                                <li><a class="qmparent" ><b><img src="images/bullet_orange.jpg" border="0">Manage DND</b></a>
                                   <ul>
                                        <li><a class="qmparent1" target="master" href="UploadDnd.jsp">- Upload DND File

                                </a></li>
                                <li><a class="qmparent1" target="master" href="SearchDnd.jsp">- Search Msisdn

                                </a></li>
          </ul></li>
		


           <!--  Configure User Account menu item-->
                      <li><a class="qmparent" ><b><img src="images/bullet_orange.jpg" border="0">Manage Users</b></a>
                         <ul>
                              <li><a class="qmparent1" target="master" href="ViewUserDetail.jsp">- Account Settings </a></li>
                              <li><a class="qmparent1" target="master" href="createAccount.jsp">- Create New Account</a></li>
                                                      <li><a class="qmparent1" target="master" href="viewCli.jsp">- Manage CLI</a></li>


                    </ul></li>

                     <!--  Upload Msisdn File menu item-->
                     <!--  <li><a class="qmparent" ><b><img src="images/bullet_orange.jpg" border="0">SMPP Client</b></a>
                         <ul>
                              <li><a class="qmparent1" target="master" href="smppConfig.jsp">- Create Account  </a></li>
                              <li><a class="qmparent1" target="master" href="viewSmppAccount.jsp">- Edit Account</a></li>

                    </ul></li> -->
          <!--  Account Creation menu item -->

                     <li><a class="qmparent2"  target="master"  href="myAccount.jsp"><b><img src="images/bullet_orange.jpg" border="0">&nbsp;&nbsp;&nbsp;My Account</b>[<%=UserId%>]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
<!--         <ul>

                              <li><a class="qmparent1" target="master" href="myAccount.jsp">- Account Settings</a></li>
                               <li><a class="qmparent1" target="master" href="messagePrivileges.jsp">- Message Privileges</a></li> 

           </ul> -->
</li>

        <li class="qmclear"></li></ul>
        </TD></TR></table>
        <!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click ('all', 'main' or 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
        <script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>

that is my code it is menubar of my jsp project.code is on another server.when i vnc that server and open the project in internet explorer,menubar shows but menu items are not behaving like a link means mouse pointer remains same as on the simple text page not changing as it changes on a link.

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.