推 midio:可以請教一下這種語法通常都是用在何處何時?有具體實例嗎? 07/15 02:07
抱歉刪光光
我不能很肯定你的要求
你看看吧
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<script type="text/javascript">
function update(text, tar) {
document.getElementById(tar).value = text;
}
</script>
<form><p>
<input type="text" id="text-1" onkeyup="update(this.value, 'text-2');">
<br>
<input type="text" id="text-2" readonly>
</p></form>
--
FrontPage is not a visual web editor. It is an IE page editor.
From "designing with web standards" by jeffery zeldman
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.118.5.39