Web Developer's Room
HOME > DHTML サンプル集 > 基本編     

基本編

ステータスバーに文字列を表示する

<html>
<body>

<input id="txt1" type="text" value="テキスト1">
<input type="button" value="クリック" onclick="window.status=document.all.txt1.value">

</body>
</html>

 サンプル




スポンサードリンク


(C) Web Developer's Room All rights reserved.