I have an iframe in my index.php file which I would like to display the 'main.php' & 'about.php' depending on which button is pressed. Would it be possible to use a variable in the code below instread of a path. Any sugestions?
<IFRAME
style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BORDER-LEFT: 1px solid; COLOR: #5a4239; BORDER-BOTTOM: 1px solid"
name=link marginWidth=0
src= "main.php" frameBorder=0
noResize width=592 height=231> </IFRAME
Greatful for any help. Cheers.