Skip to content

Instantly share code, notes, and snippets.

@spsaucier
Created July 20, 2013 05:49
Show Gist options
  • Select an option

  • Save spsaucier/6044010 to your computer and use it in GitHub Desktop.

Select an option

Save spsaucier/6044010 to your computer and use it in GitHub Desktop.
Hide iframe onclick
<!--[if lte IE 8]>
<script type="text/javascript">
<!--
function HideFrame() {
var fr = document.getElementById ("sunrise");
if(fr.style.display=="none") {
fr.style.display="block";
}
else {
fr.style.display="none";
}
}
//-->
</script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment