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

  • Home
  • SEARCH
  • 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 4014922
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:33:21+00:00 2026-05-20T09:33:21+00:00

My website has a navigation bar that when clicked targets an iframe. i would

  • 0

My website has a navigation bar that when clicked targets an iframe.
i would like the “active” link color to be changed.

P.S can’t use jQuery, only JS and CSS.

my idea was to have an ID named ACTIVE and give the clicked link the ID active, after removing the ID from all the rest.

  • though i have no idea how its possible to do so.

on the other hand another option is to do the same only using a class called ACTIVE, my problem there is each link has allready a class assigned to id, and i have no idea how to remove one class out of two.

  • 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-20T09:33:22+00:00Added an answer on May 20, 2026 at 9:33 am

    This is a problem best solved using classes. If you can’t use jQuery, you can add classes in JavaScript via something like:

    document.getElementById("someID").className += " newClass";
    

    Remove a class using regex:

    document.getElementById("someID").className = document.getElementById("someID").className.replace(/\bnewClass\b/,'');
    

    If it doesn’t make sense to give each link an ID, you can attach a click handler:

    onclick="changeColor(this)"
    

    And add the subsequent function:

    var activeLink;
    
    function changeColor(elem){
        if(activeLink)
            activeLink.className = activeLink.className.replace(/\bnewClass\b/,'');
        elem.className += " newClass";
        activeLink = elem;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My employers website has multiple hostnames that all hit the same server and we
I've got a website that has windows authentication enable on it. From a page
I am creating a website that has 5 different sub-sites each with the same
I have a public facing website that has been receiving a number of SQL
We have a large ASP.Net website that has a single css stylesheet which is
I'm working on a website that has a number of style sheets all of
If you are building a simple website using just simple HTML/CSS/Javascript that has say
My website has been created with a CSS/HTML frame work that has been integrated
My website has the typical container that is centered in the middle (very similar
My website has been giving me intermittent errors when trying to perform any Ajax

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.