Forum Moderators: open
IE.
the pages might be called printers.html and servers.html The header file is the same for both, but depending on which page loads the header I need it to show a particular set of tables on the page.
If anyone can help, it would be greatly appreciated.
if(document.URL=="http://document_URL_1" ¦¦ "http://document_URL_2" ¦¦ ~etc.)document.getElementById("target_ID").display="none";
else document.getElementById("target_ID").display="block";