Moderators: macek, egami, gesf

Allforums wrote:sorry ruturajv but i wasnt quite sure what you were on about, could you please re phrase it??


Allforums wrote:I want something which is going to sort of find out if that page should be in a frame and if so open the outside frame with it

<html>
<head><title></title>
<style type="text/css" media="all">
div.myframe {
height:400px;
width:400px;
overflow:auto;
}
</style>
</head>
<body>
<div class="myframe">
If the content of this div exceeds a height of 400px it will add a scroll bar
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<br/><br/><br/><br/>testing<br/><br/><br/><br/><br/><br/><br/>Testing
</div>
</body>
</html>


<?php
switch($_GET['menu'])
{
case 'page1':
include('page1.inc.php');
break;
case 'page2';
include('page2.inc.php');
break;
default:
include('main.inc.php');
}
?>

Users browsing this forum: No registered users and 1 guest