In order to set the value of a text input field element in a form, we can use the following code: oFormObject.elements["element_name"].value = 'Some Value';.
確定! 回上一頁