Thank you so much for your help but still not working. I made the changes you suggested.
<!DOCTYPE html>
<html>
<head>
<script>
function Hideme(){
var inputs = document.getElementById('table1').getElementsByTagName('input');
Ok, you definitely need to watch those typo's, no offense or anything: but, that seems to be the only issue you are having.
The problem was that you are calling a function named "HideMe()" in your body tags onload action, but the functions name is actually "Hideme()" (ie lower case "me" should be capitalized to "Me").
Make sure those match and it should work fine.
Also, for future reference, when you are pasting code into a post, use the little code button(looks like a #) to wrap your code in [CODE] tags, so people trying to help you can read your code better.
Bookmarks