just wanted to avoid too many explanation but there's more details;
my bottom part isnt exactly a bottom part, its mostly a part inside the top document (kindof iframe)
there's a little table draw of what my page look like:
The "+" is my top part, from where my img-buttons are
the "X" is the bottom part where i want to include() the page called by the button
ok, i worry about posting my code coz im kinda noob, but ill do it :s
Here's my button code from the top part:
<td width="58" height="24">
<a href="#"
onmouseover="changeImages('go', 'images/go-over.gif'); return true;"
onmouseout="changeImages('go', 'images/go.gif'); return true;">
<input type="image" name="go" src="images/go.gif" width="58" height="24" border="0" alt=""
value="search" onSubmit="$_POST">
</a>
</td>
Here's my include part:
<?php
include('$_Get' +".php");
?>