Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Disable menu item

Disable menu item

Scheduled Pinned Locked Moved ASP.NET
helptutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Paulraj G
    wrote on last edited by
    #1

    Hi Everyone, My menu is looking like following,

    <a class="menu"; href="page1.aspx"; title="Page1">   Page1    </a>
    <a class="menu"; href="page2.aspx"; title="page2">   page2    </a>
    <a class="menu"; href="page3.aspx"; title="page3">   page3    </a>

    Now i want to disable page3 menu. how to do it... any help will be appriciated... thanks...

    G.Paulraj

    A 1 Reply Last reply
    0
    • P Paulraj G

      Hi Everyone, My menu is looking like following,

      <a class="menu"; href="page1.aspx"; title="Page1">   Page1    </a>
      <a class="menu"; href="page2.aspx"; title="page2">   page2    </a>
      <a class="menu"; href="page3.aspx"; title="page3">   page3    </a>

      Now i want to disable page3 menu. how to do it... any help will be appriciated... thanks...

      G.Paulraj

      A Offline
      A Offline
      Arun Jacob
      wrote on last edited by
      #2

      Try this,

      <a class="menu" href="page3.aspx" title="page3" disabled="disabled"> page3 </a>

      Arun Jacob http://codepronet.blogspot.com/

      P 1 Reply Last reply
      0
      • A Arun Jacob

        Try this,

        <a class="menu" href="page3.aspx" title="page3" disabled="disabled"> page3 </a>

        Arun Jacob http://codepronet.blogspot.com/

        P Offline
        P Offline
        Paulraj G
        wrote on last edited by
        #3

        Hi Arun Jacob, Its working in Internet Explorere. but not working in other browser(Opera).

        G.Paulraj

        A 1 Reply Last reply
        0
        • P Paulraj G

          Hi Arun Jacob, Its working in Internet Explorere. but not working in other browser(Opera).

          G.Paulraj

          A Offline
          A Offline
          Arun Jacob
          wrote on last edited by
          #4

          Okay then either remove href attribute or set onclick="return false;"

          Arun Jacob http://codepronet.blogspot.com/

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups