Log in

View Full Version : iframe zoom



kaos
09-22-2009, 03:10 AM
hi

i have a iframe called 'content'. if the 'src' of it is a cetent url, i want to change the zoom level. example:


<script>
var content = document.getElementById('content');
if (content.location = "http://www.fireflytv.net/forum/")
{
style.zoom = '85%'
}
</script>