كود HTML:
<html>
<head>
</head>
<body>
<script type="text/javascript">
function max()
{
var x =document.getElementById("txt1");
x.value="لقد قمت بالضعط على الزر ";
}
</script>
<form action="" method="post">
<input type="text" name="txt" id="txt1" />
<input type="button" name="sub" value="changeTxtValue" onclick="max();" />
</form>
</body >
</html>
فى الكود السابق عرفنا x بانه object من text box وعند الضغط على الزر تم تغيير قيمتها وهى النتيجة المطلوبة
كود HTML:
<html>
<head>
</head>
<body>
<script type="text/javascript">
function max()
{
var x =document.getElementById("txt1");
x.value = Date();
}
</script>
<form action="" method="post">
<input type="text" name="txt" id="txt1" />
<input type="button" name="sub" value="changeTxtValue" ondblclick="max();" />
</form>
</body >
</html>
بتغيير الحدث الى دبل كلك جرب انك تضغك مرة واحدة على الزر فتلاحظ انه لا يعمل ولكن اذا قمت بالضغط مرتين على الزر بسرعة ستحقق