I have a framed page run on my website, I have control of the top page but would like to display an ad on the bottom frame which is dynamically genereated, does anyone know how I could achieve this??? This is the code on my page. <frameset rows="73,*" style="border: 1px black;" noresize="noresize"> <frame name="surftopframe" src="gpt.php?v=timer&user=<?=$username;?>&pretime=<?=$time;?>&id=<?=$id;?>&<?=$url_variables;?>" scrolling=no marginheight="2" marginwidth="2" noresize="noresize" > <frame name="surfmainframe" src="<?=$ad[target];?>" marginheight="0" marginwidth="0" noresize="noresize"> </frameset>