User Profile

Collapse

Profile Sidebar

Collapse
risingfish
risingfish
Last Activity: Sep 15 '08, 07:49 PM
Joined: Sep 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • risingfish
    replied to Javascript generated input
    No need to answer, figured out it was the way I was triggering the creation of the input element.
    See more | Go to post

    Leave a comment:


  • risingfish
    started a topic Javascript generated input

    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",
    ...
    See more | Go to post
No activity results to display
Show More
Working...