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 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

Is there an openID implementation in Java? I would like to use this in
I would like to change this: // use appropiate lang.xx.php file according to the
Instead of app-id@appspot.com or any@app-id.appspot.com I would like to use any@own-domain.tld. can this be
I would like to do something like this i.e., use wild card characters in
This is really just for my own use: I would like to be able
I use Microsoft Visual SourceSafe for version control. I would like to change this
Should I use something like maven for this? Or would finding them as they
In jQuery we can do like... $('.button').click( function() { $(this).hide(); } ); But we
I found this interesting interface(starts at 33 seconds http://vimeo.com/22946428 ), and would like to
I would like to use this script to multiple file upload with jQuery v1.6.2.

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.