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 137497
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T07:06:56+00:00 2026-05-11T07:06:56+00:00

I would like to use this to hide/expand columns: http://www.fiendish.demon.co.uk/html/javascript/hidetablecols.html but remove eveything having

  • 0

I would like to use this to hide/expand columns:
http://www.fiendish.demon.co.uk/html/javascript/hidetablecols.html
but remove eveything having to do with the form. The java script function must be changed accordingly but I am not having any luck. Any suggestions?
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. 2026-05-11T07:06:56+00:00Added an answer on May 11, 2026 at 7:06 am

    Code test and works. Feel free to ask questions about it 🙂

    <script language='javascript'>  // Set the default 'show' mode to that specified by W3C DOM // compliant browsers  var showMode = 'table-cell';  // However, IE5 at least does not render table cells correctly // using the style 'table-cell', but does when the style 'block' // is used, so handle this  if (document.all) showMode='block';  // This is the function that actually does the manipulation  var States = { };  function toggleVis(col){      if (!States[col] || States[col].IsOpen == null)     {         States[col] = {isOpen : true}; // This assumes the cell is already shown     }       mode =  States[col].IsOpen ? showMode : 'none';      cells = document.getElementsByName(col);     for(j = 0; j < cells.length; j++) cells[j].style.display = mode;      States[col].IsOpen = !States[col].IsOpen; }  </script>  <a href='#' onclick='toggleVis('tcol1'); return false;'>Toggle 1</a> <a href='#' onclick='toggleVis('tcol2'); return false;'>Toggle 2</a> <a href='#' onclick='toggleVis('tcol3'); return false;'>Toggle 3</a> <a href='#' onclick='toggleVis('tcol4'); return false;'>Toggle 3</a>  <table border=1> <tr> <td name='tcol1' class='bold'>column 1 text</td> <td name='tcol2' >column 2 text</td> <td name='tcol3' class='italic'>column 3 text</td> <td name='tcol4' >column 4 text</td> </tr> <tr> <td name='tcol1' class='bold'>column 1 text</td> <td name='tcol2' >column 2 text</td> <td name='tcol3' class='italic'>column 3 text</td> <td name='tcol4' >column 4 text</td> </tr> </table> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to toggle (hide/show) several elements of my web page. All those
I am using a jQuery click function and would like to know if I
I would like to 'turn off' the compiler for a section of my code.
I am making use of jQuery's .autocomplete plugin, and I would appreciate some assistance
Really simple question: Am I missing something? Seems like this should be all that
Using this `$(function(){$(.signaler).click(function(){var element=$(this);var I = element.attr(id);var page = $('#page').attr('value');var info = id=+I+& page=+
I have old Delphi application. This app takes session key from server, do some
Using jQuery, this is the format of most of the classes I write in
I've recently added a couple of fields to some tables in my database (SQL
I am working on a project when client wants UITabBar lookalike toolbar (icons and

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.