S
Steve Bishop
I'm getting an error "Object doesn't support this property or method."
Help appreciated.
<html>
<head>
<script type="text/javascript">
function showtable(){
var myform1 = document.form1;
if(myform1.T1.value=="Size Mix")
{
document.getElementByID("Table1").style.visibility="hidden"
}
}
</script>
</head>
<body onLoad= "showtable()">
<form name=form1><input type="text" name="T1" value="Size Mix">
<table border="1" id="Table1" width="100%">
Help appreciated.
<html>
<head>
<script type="text/javascript">
function showtable(){
var myform1 = document.form1;
if(myform1.T1.value=="Size Mix")
{
document.getElementByID("Table1").style.visibility="hidden"
}
}
</script>
</head>
<body onLoad= "showtable()">
<form name=form1><input type="text" name="T1" value="Size Mix">
<table border="1" id="Table1" width="100%">