Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rocky06

    Javascript..onClick..if Statement HELPP

    Thanks monksnake, I really appreciate it.
  2. rocky06

    Javascript..onClick..if Statement HELPP

    Hey guys, Here's some more info. Here's the code ************************************************************ <html> <head> <title>Test</title> <script language="JavaScript"> <!-- var selectedLink; function selectLink(lnk) { if (selectedLink) { selectedLink.style.fontWeight='normal'...
  3. rocky06

    Javascript..onClick..if Statement HELPP

    Monksnake, I only want this function to affect the subnavigation, and not the rest of the page. Here's an example: http://www.pershing.com/why/why.html **I want to have this funtionality using javascript, and withought the underline. **because of Reddot we have some boundries. With the...
  4. rocky06

    Javascript..onClick..if Statement HELPP

    Thanks a lot guys. I'm using Reddot, which is a pretty unique CMS, so I have some boundaries. Thanks again.
  5. rocky06

    Javascript..onClick..if Statement HELPP

    When the page loads i only want the active page to be bolded. Neither of the links should be underlined. I'm sorry for that, I shouldn't have wrote that. I will have more that 2 links on some pages. This is essentially a sub navigation. When one page is clicked on, only that page title...
  6. rocky06

    Javascript..onClick..if Statement HELPP

    This is a great site. I'm having a some trouble with this specific script. I'm going to paste the whole html file so you can just preview it. <html> <head> <title>Test</title> <script language="JavaScript"> <!-- var selectedLink; function selectLink(lnk) { if (selectedLink)...

Part and Inventory Search

Back
Top