操作

Book

「コミュニティ・ポータル」の版間の差分

提供: Book

2行目: 2行目:
 
かんじのテスト
 
かんじのテスト
  
<addhtml><html>
+
<html>
 
<head>
 
<head>
 
<script type="text/javascript">
 
<script type="text/javascript">
20行目: 20行目:
  
 
</body>
 
</body>
</html></addhtml>
+
</html>

2007年8月4日 (土) 20:26時点における版

漢字がOKかな かんじのテスト

<html> <head> <script type="text/javascript"> function disp_prompt()

 {
 var name=prompt("Please enter your name","t3h h4x0r")
 if (name!=null && name!="")
   {
   document.write("Hello " + name + "! How are you today?")
   }
 }

</script> </head> <body>

<input type="button" onclick="disp_prompt()" value="CLICK!" />

</body> </html>