hi
i have a iframe called 'content'. if the 'src' of it is a cetent url, i want to change the zoom level. example:
Code:<script> var content = document.getElementById('content'); if (content.location = "http://www.fireflytv.net/forum/") { style.zoom = '85%' } </script>



Reply With Quote
Bookmarks