J
john
I'm adding a Textbox with javascript, it works except for the border
attribute, any advive
Thanks
John
var formFld = document.createElement('input')
formFld.setAttribute('type', 'text')
formFld.setAttribute('id', txt)
formFld.value = document.getElementById(lb).innerHTML
formFld.name = txt
formFld.setAttribute('width','30')
formFld.setAttribute('border', '3px solid #FF0000')
attribute, any advive
Thanks
John
var formFld = document.createElement('input')
formFld.setAttribute('type', 'text')
formFld.setAttribute('id', txt)
formFld.value = document.getElementById(lb).innerHTML
formFld.name = txt
formFld.setAttribute('width','30')
formFld.setAttribute('border', '3px solid #FF0000')