|
|
# 2 |
|
חבר בקהילה
|
קוד:
<html>
<head>
<script>
function change()
{
document.getElementById('box2').value="#"+document.getElementById('box1').value;
}
</script>
</head>
<body>
<input id=box1 type=text onPropertyChange="change()" oninput="change()" >
<br>
<input id=box2 value='#' >
</body>
</html>
Last edited by pirsomet; 25-02-08 at 01:43.. |
|
| חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים) | |
|
|