I have a piece of code that is working on internet explorer for pc but not mac and not on firefox or chrome.
Do you have any suggestions please.
Code:
<script>
function resizeIframe(main) {
if(self==parent) return false; /* Checks that page is in iframe. */
else if(document.getElementById&&document.all) /* Sniffs for IE5+.*/
var FramePageHeight