User Profile
Collapse
-
No need to answer, figured out it was the way I was triggering the creation of the input element. -
Javascript generated input
Hello,
I'm having a bit of an issue that I hope someone might be able to answer. I'm generating an input box using the following javascript:
Code:function showInput(object, fieldName) { var newInput = document.createElement('input'); newInput.setAttribute("type", "text"); newInput.setAttribute("name", fieldName); newInput.setAttribute("value",
No activity results to display
Show More
Leave a comment: