Maybe i've done something wrong :S
Here's what i did:
I putted <a href="javascript: parent.resizeFrames('100%,');"><img src="close.jpg"></a>
in the X button and the
Code:
<script type='text/javascript'>
function resizeFrames(sets){
var loc = document.getElementById('joana');
loc.rows = sets;
}
</script>
in the index.php file where the code is now:
Code:
<html>
<head>
<title>Noites...</title>
<link rel="shortcut icon" href="69noites.ico" >
<script type='text/javascript'>
function resizeFrames(sets){
var loc = document.getElementById('joana');
loc.rows = sets;
}
</script>
</head>
<frameset rows="92%,*" name="joana">
<frame name="header" scrolling="auto" target="main" src="portal.php">
<frame name="main" src="radio.php?r=" scrolling="no" target="main">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
Maybe you can have a better look watching the site's source www.69noites.com
Bookmarks