「コミュニティ・ポータル」の版間の差分
提供: Book
細 ("BOOK:コミュニティ・ポータル" を保護しました。 [edit=autoconfirmed:move=autoconfirmed]) |
細 |
||
1行目: | 1行目: | ||
漢字がOKかな | 漢字がOKかな | ||
かんじのテスト | かんじのテスト | ||
+ | |||
<addhtml><html> | <addhtml><html> | ||
<head> | <head> |
2007年8月4日 (土) 20:23時点における版
漢字がOKかな かんじのテスト
<addhtml><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></addhtml>