1 <input type=button value=剪切 onclick=document.execCommand('Cut')>
2
3 <input type=button value=拷贝 onclick=document.execCommand('Copy')>
4
5 <input type=button value=粘贴 onclick=document.execCommand('Paste')>
6
7 <input type=button value=撤消 onclick=document.execCommand('Undo')>
8
9 <input type=button value=重做 onclick=document.execCommand('Redo') id=btn2 name=btn2>
10
11 <input type=button value=删除 onclick=document.execCommand('Delete')>
12
13 <input type=button value=黑体 onclick=document.execCommand('Bold')>
14
15 <input type=button value=斜体 onclick=document.execCommand('Italic')>
16
17 <input type=button value=下划线 onclick=document.execCommand('Underline')>
18
19 <input type=button value=停止 onclick=document.execCommand('stop')>
20
21 <input type=button value=保存 onclick=document.execCommand('SaveAs')>
22
23 <input type=button value=另存为 onclick=document.execCommand('Saveas',false,'c:\\t.htm')>
24
25 <input type=button value=字体 onclick=document.execCommand('FontName',false,fn)>
26
27 <input type=button value=字体大小 onclick=document.execCommand('FontSize',false,fs)>
28
29 <input type=button value=刷新 onclick=document.execCommand('refresh',false,0)>
2
3 <input type=button value=拷贝 onclick=document.execCommand('Copy')>
4
5 <input type=button value=粘贴 onclick=document.execCommand('Paste')>
6
7 <input type=button value=撤消 onclick=document.execCommand('Undo')>
8
9 <input type=button value=重做 onclick=document.execCommand('Redo') id=btn2 name=btn2>
10
11 <input type=button value=删除 onclick=document.execCommand('Delete')>
12
13 <input type=button value=黑体 onclick=document.execCommand('Bold')>
14
15 <input type=button value=斜体 onclick=document.execCommand('Italic')>
16
17 <input type=button value=下划线 onclick=document.execCommand('Underline')>
18
19 <input type=button value=停止 onclick=document.execCommand('stop')>
20
21 <input type=button value=保存 onclick=document.execCommand('SaveAs')>
22
23 <input type=button value=另存为 onclick=document.execCommand('Saveas',false,'c:\\t.htm')>
24
25 <input type=button value=字体 onclick=document.execCommand('FontName',false,fn)>
26
27 <input type=button value=字体大小 onclick=document.execCommand('FontSize',false,fs)>
28
29 <input type=button value=刷新 onclick=document.execCommand('refresh',false,0)>