Hello,
I am trying to create a tabbed page within a frame. I have no experience of frames and to be honest I have tried to keep away from them.
What I have is 3 frames
| | 2 |
| 1 |_|
| | 3 |
||__|
Frames 2 and 3 are auto refreshing to show data to the user (hence why I am using frames).
Fram 1 is the problem. It has a tabbed page, the parent page GET's the variable and then passes it to the page that is called in frame 1.
e.g.
<frame frameborder="0" scrolling="no" noresize="noresize" src="home.php<?php if (isset($_GET['page'])) { print("?page=".$_GET['page']); } ?>" />
Work fine in IE.
However, in Firefox everytime you click a tab it does something like in the screen shot.
Can anyone help?
Cheers
Sol