Main Page: Difference between revisions
From ASDSO Dam Safety Toolbox
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 183: | Line 183: | ||
var content = (iframeWin.contentWindow || iframeWin.contentDocument); | var content = (iframeWin.contentWindow || iframeWin.contentDocument); | ||
if (content.document)content = content.document; | if (content.document)content = content.document; | ||
// Adjust padding/margin | |||
iframeWin.contentWindow.document.getElementById('maincontentwrapper').style.marginLeft = "0px"; | |||
iframeWin.contentWindow.document.getElementById('maincontentwrapper').style.paddingLeft = "0px"; | |||
// Hide header, heading, back link & footer | // Hide header, heading, back link & footer | ||
content.body.getElementsByTagName("header")[0].style.display = "none"; | content.body.getElementsByTagName("header")[0].style.display = "none"; | ||
Line 189: | Line 191: | ||
iframeWin.contentWindow.document.getElementById('contentSub').style.display = "none"; | iframeWin.contentWindow.document.getElementById('contentSub').style.display = "none"; | ||
content.body.getElementsByTagName("footer")[0].style.display = "none"; | content.body.getElementsByTagName("footer")[0].style.display = "none"; | ||
// Show iframe | // Show iframe | ||
iframeWin.style.display="block"; | iframeWin.style.display="block"; |
Revision as of 20:32, 6 February 2023
Welcome to the Association of State Dam Safety Officials (ASDSO) Dam Safety Toolbox! This website serves as a repository for current guidelines and recommendations related to dam safety. Website content is written collaboratively by volunteers and approved prior to publication by ASDSO’s Dam Design and Construction Committee. Use the search bar above or click on a topic below to start learning! To ask a question or chat with dam safety professionals, please visit ASDSO's Collaborate platform.
Fundamentals
Technical Topics