This is another page

The following is the script in this page.

 <script>
 var x = window.parent.document.getElementById("point");
 x.style.color= "red"; 
 </script/>