¥Ü¥¿¥ó¤ò²¡¤¹¤È¡¢¥é¥ó¥À¥à¤Ë¥Æ¡¼¥Ö¥ë¤ÎÇØ·Ê¿§¤¬ÊѤï¤Ã¤Æ¤¤¤¯¥¹¥¯¥ê¥×¥È¤Ç¤¹¡£
¤¿¤À¤·¡¢IE5°Ê¹ß¡¢NN6°Ê¹ß¸ÂÄê¤Ç¤¹¡£
¡¦¥µ¥ó¥×¥ë¤ò¸«¤ë
¡¦¥½¡¼¥¹¤òÊݸ¤¹¤ë ¡Ê±¦¥¯¥ê¥Ã¥¯¢ª¡ÖÂоݤò¥Õ¥¡¥¤¥ë¤ËÊݸ¡×or¡Ö¥ê¥ó¥¯¤ò̾Á°¤òÉÕ¤±¤ÆÊݸ¡×¤·¤Æ²¼¤µ¤¤¡£¡Ë
¡¦¥½¡¼¥¹¤ò¸«¤ë ¡¦²òÀâ¤ò¸«¤ë
[ ¥½¡¼¥¹ ]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<script language="JavaScript">
<!--//Copyright (C) WEST MiRa http://www.west-mira.jp
my_color=new Array();
//»ÈÍѤ·¤¿¤¤ÇØ·Ê¿§¤ò»ØÄꤹ¤ë
my_color[0]="#ffffff";
my_color[1]="#a52a2a";
my_color[2]="#6495ed";
my_color[3]="#daa520";
my_color[4]="#6b8e23";
function my_bgcolor()
{
a=Math.floor(Math.random()*my_color.length);
if((document.getElementById) && (!document.all))
document.getElementById("lay0").style.backgroundColor=my_color[a];
else if(document.all)
document.all("lay0").style.backgroundColor=my_color[a];
}
//-->
</script>
</head>
<body>
<table border="1" id="lay0" style="position:relative;visibility:visible;">
<tr>
<td>
WEST MiRa¤Î¥È¥Ã¥×¥Ú¡¼¥¸¤Ç¤¹¡£<br>Á´¥³¥ó¥Æ¥ó¥Ä¤Ë·Ò¤¬¤Ã¤Æ¤¤¤Þ¤¹¡£<br>
</td>
<td>
JavaScript¤Î¥È¥Ã¥×¥Ú¡¼¥¸¤Ç¤¹¡£<br>´ðÁùֺ¤ȥµ¥ó¥×¥ë½¸¤¬¤¢¤ê¤Þ¤¹¡£<br>
</td>
</tr>
</table>
<form><input type="button" onClick="my_bgcolor();" value="click!"></form>
¡¡¡¦
¡¡¡¦
¡¡¡¦
</body></html>
[ ²òÀâ ]
¾å¤«¤é6¡Á12¹ÔÌܤޤǤ¬¡¢¿§¤ÎÀßÄê¤Ç¤¹¡£
¤ª¹¥¤¤Ê¤è¤¦¤Ë¤´Êѹ¹²¼¤µ¤¤¡£
¥Æ¡¼¥Ö¥ëÆâ¤Î¥»¥ë¿ô¤Ê¤É¤Ï¡¢¤ª¹¥¤¤Ê¤è¤¦¤Ë¥«¥¹¥¿¥Þ¥¤¥º¤·¤Æ¤¯¤À¤µ¤¤¡£
Â礤µ¤ä¥»¥ë´Ö¤Î´Ö³Ö¤â¡¢¤´¤¯ÉáÄ̤ˤ´Êѹ¹²¼¤µ¤¤¡£
¤¿¤À¤·1¹ÔÌܤÎ
<table border="1" id="lay0" style="position:relative;visibility:visible;">
ÀÖ»úÉôʬ¤ÏÊѹ¹¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£
|