j007ha Posted July 17, 2008 Share Posted July 17, 2008 Can anyone tell me wat is this? inp1.setAttribute("Name", "Name" +inputs); wat meaning about the argument? thx for help Quote Link to comment Share on other sites More sharing options...
cleary1981 Posted July 17, 2008 Share Posted July 17, 2008 I would need to see more of the code to be sure but what I can tell from that is inp1.setAttribute("Name", "Name" +inputs); element.setAttribute(name, value) is setting the value of "Name" to what ever "Name"+inputs is. hope this helps. Post more code if u need more help Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.