<html>
<HEAD>
<title>ジャバスクリブト</title>
</HEAD>
<BODY>
<SCRIPT LANGUAGE="JavaScript">
<!--
document.write('<BODY bgcolor="#ffffcc">');
for (i=0; i<=360; i++)
{pp=Math.PI*(i/180);
x1=Math.sin(pp)*300+280+i/5;y1=Math.cos(pp)*150+210;
x=Math.ceil(x1);y=Math.ceil(y1);
document.write('<DIV ID="text" style = "position:absolute; left:'+x+'; top:'+y+'; color:red;">');
document.write(".");
document.write("</DIV>");
}
</SCRIPT>
</BODY>
</HTML>
最終更新:2006年12月24日 19:45