execCommand 라는 건데...

2007/09/01 22:02

사용은 아래같이 한다
<input type=button value="Save this document" onclick="execCommand('SaveAs');">


참조 :
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/execcommand.asp

Tags

execCommand, input, SaveAs