Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6637653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:20:26+00:00 2026-05-25T23:20:26+00:00

I have a navigation bar that I include using SSI in every page of

  • 0

I have a navigation bar that I include using SSI in every page of a small site. Something like this:

<ul>
   <li><a href="option1.shtml">option 1</a></li>
   <li><a href="option2.shtml">option 2</a></li>
   <li><a href="option3.shtml">option 3</a></li>
</ul>

In each page I want to highlight the selected option (maybe with bold) and disable the “self” link.

As I’m not using any Server Side technology as PHP or .NET, I think this could be achieve using JavaScript.

Many thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T23:20:26+00:00Added an answer on May 25, 2026 at 11:20 pm

    What’s interesting about the example that you list is that the options are actually links! Are the links handled in Javascript? This is somewhat important to determine the answer to the question, so my answer will inherently be a bit general.

    The following method I’m describing assumes that there are a tags with href attributes in the list items.

    First use document.URL to grab the current page’s URL. Store that in a variable url. Then use url.substr(url.search('www.beginning.com/of/URL/before/links/start/')) to get the part of the URL that would be in the link-, e.g. index.html. Finally, find the link with href="index.html" and use removeAttribute("href") to remove its href attribute. In addition add a class called thisPage to the element so that in CSS you can highlight it and remove the pointer cursor:

    .thisPage
    {
        cursor: default;
        font-weight: bold;
    }
    

    Please tell me if this was helpful and whether you have any questions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create a navigation bar that cna be used on every page.
Assuming that I have this navigation bar <div id = nav> <a class =
Something basic that i don't understand: I have header.php with navigation bar for my
Ok, I am doing something. I have a navigation bar that contains all the
I have a navigation bar/list that is using only HTML and CSS. The background
I have a navigation bar that has two dropdowns (as nested ul's). I'm trying
I have a UINavigationBar based application - only a one navigation bar that is
I have created a flexible navigation bar in my app that will show custom
Imagine I have a navigation bar in my page header, with a number of
I have made this centered navigation bar, and I wanted to add a :active

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.