Dear All,
I am having a small problem:
I am passing a variable index.php3 which states the contents of a <frame src="<?php echo ($homepagename); ?>"> it doesnt work if I use this:
<frameset rows="821*,75" ..... which means the top half of the screen resizes and the bottom frame remains the same height. It simply fills the whole screen with the contents of the bottom frame.
If I use this:
<frameset rows="821,75" .... which means that they jostle to resize accordingly, it works. Now, if I dont use the PHP, they both work. I cannot work it out so if anyone has any ideas, they would be greatly accepted.
Mike