execCommand 라는 건데...

개발/HTML/CSS/JS 2007/09/01 22:02 posted by zekill
사용은 아래같이 한다
<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
2007/09/01 22:02 2007/09/01 22:02
<input type="text" style="ime-mode:active">    - 한글
<input type="text" style="ime-mode:inactive">  - 영문
2007/09/01 22:01 2007/09/01 22:01
<style>


#login .id{top:0;left:0}
#login .id input, #login .pw input{width:116px;height:18px;color:#7B794F;font-size:12px;border:1px solid #B5B37C;font-family:돋움}
#login .pw{top:21px;left:0}

</style>

<div id="login">
    <span class="id"><input id="idObj" type="text" name="id"  ></span>
    <span class="pw"><input id="pwdObj" type="password" name="pw"  ></span>
</div>


HTML은 css로 안되는게 없더라.....
2007/09/01 21:57 2007/09/01 21:57
TAG