source: branches/rel/html/test/uehara/test1.html @ 12157

Revision 12157, 1.2 KB checked in by uehara, 17 years ago (diff)
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=shift_jis" />
5<title>test1</title>
6<script type="text/javascript">
7    //ʸ»úÎóɽ¼¨
8    function showConfirm(message) {
9        if(!window.confirm(message)){
10            return;
11        }
12    }
13    showConfirm("tset");
14</script>
15</head>
16<body bgcolor="#ffffff">
17<!--¥à¡¼¥Ó¡¼¤Ç»ÈÍѤµ¤ì¤Æ¤¤¤ë URL-->
18<!--¥à¡¼¥Ó¡¼¤Ç»ÈÍѤµ¤ì¤Æ¤¤¤ë¥Æ¥­¥¹¥È-->
19<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="550" height="400" id="test1" align="middle">
20<param name="allowScriptAccess" value="sameDomain" />
21<param name="movie" value="test1.swf" />
22<param name="quality" value="high" />
23<param name="bgcolor" value="#ffffff" />
24<embed src="test1.swf" quality="high" bgcolor="#ffffff" width="550" height="400" name="test1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
25</object>
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.