S
Steve Bishop
I keep getting "Object does not support property or method". Help
appreciated. Thanks.
<html>
<head>
<SCRIPT LANGUAGE="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%">
appreciated. Thanks.
<html>
<head>
<SCRIPT LANGUAGE="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%">