<html> <!-- ARCHIVE by FORTUNECITY.ws --> <head> <title>caculate</title> <script> <!-- function caculate(x,y){ if(isNaN(x) || isNaN(y)){ alert("Please enter numeric number!"); } else if( x <= 0 || x > 150 ){ if(confirm(" Are you sure you entered correct ages?")){ return Math.pow(x,y); } } else{ return Math.pow(x,y); } } // --> </script> </head> <body background="back_wood.gif"><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> <form> <table align=center border=2 cellspacing=5> <tr> <th colspan=2>Caculate Number</th> </tr> <tr> <th>Your Age X</th> <th><input name=x value=1 onChange="this.form.answer.value=caculate(form.x.value, form.y.value)"></th> </tr> <tr> <th>Exponent Y</th> <th><input name=y value=1 onChange="this.form.answer.value=caculate(form.x.value, form.y.value)"></th> </tr> <tr> <th>X^Y</th> <th> <input name=answer value=1> </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>