<html> <!-- ARCHIVE by FORTUNECITY.ws --> <head> <title>first frame</title> <script> <!-- function secFrameColor(){ parent.secondFrame.document.bgColor="red"; } function thirdFrameContent(){ parent.thirdFrame.document.write("<center><font size=5>Frame3</font><p>The contents of the third frame has been changed</center>"); } // --> </script> </head> <body ><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47423994-1', 'fortunecity.ws'); ga('send', 'pageview'); </script> <center> <br> <div> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </div> </center> <center> <br> <div style="height:5px"></div> </center> <table align=center cellspacing=40 cellpadding=15> <tr> <th><font size=5>Frame1</font></th> </tr> <tr> <th> <input type=button value="Change the color of the second frame" onClick="secFrameColor()"> </th> </tr> <tr> <th> <a href="thirdFrame.html" target="thirdFrame" onClick="thirdFrameContent()"> Click here to change the contents of the third frame</a> </th> </tr> </table> </body> <!-- ARCHIVE by FORTUNECITY.ws --> <center> <div> <br> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250&cache=0"></script> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250"></script> </div> <br> <br> </center> </html>