Problem linking and printing in parent iframe
- by Mikersson
I have a page with 3 iframes: Header, Pictures, and footer:
The look U can see it here:
http://www.pixelperu.net/iframe/iframe.jpg/iframe
<script Language="javascript">
function printfile()
{
window.frames['pictures'].focus();
window.frames['pictures'].print();
}
</script>
|
</head>
<body>
<div id="wrapper">
<div…