|
|
# 4 |
|
חבר וותיק
|
הסתדרתי
קוד:
<script language="javascript">
(function() {
var i = 0;
window.addfile = function() {
var input = document.createElement('input');
input.type = 'file';
input.name = 'file' + i++;
document.getElementById('form_name').appendChild(input);
}
})();
</script>
<form id="form_name">
<input type="button" onclick="addfile();" value="add file input" />
</form>
Last edited by IgalSt; 09-08-12 at 14:09.. |
|
| חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים) | |
| כלים לאשכול | |
| תצורת הצגה | |
|
|