How can I identify the Table that the Geocities banner is in?
I tried
document.all.ta gs("table")[0].style.display = 'none'
no matter what number I used nothing worked.
Using CSS script
TABLE {display:none}
This works, but then I have to go to each table seperately and set the
display to block
I would like to be able to directly identify the table the banner is
in, so I can disable only the 1 table.
I tried
document.all.ta gs("table")[0].style.display = 'none'
no matter what number I used nothing worked.
Using CSS script
TABLE {display:none}
This works, but then I have to go to each table seperately and set the
display to block
I would like to be able to directly identify the table the banner is
in, so I can disable only the 1 table.
Comment