I have a few IFrames on my site and I was wondering if there was a script out there that could take the IFrame and open the contents into another page, sort of a full screen button? I was using some java code but it only works half the time I dont know why, and was just wondering if anyone had another route that I could take:
<script type="text/javascript">
function handleview(){
tcischecked=document.tabcontrol.tabcheck.checked
if (document.getElementById && tcischecked){
if (selectedtablink!="")
window.location=selectedtablink
}
}
</script>
...
Go to the complete details ...