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 Link to comment https://forums.phpfreaks.com/topic/115176-can-anyone-tell-me/ 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 Link to comment https://forums.phpfreaks.com/topic/115176-can-anyone-tell-me/#findComment-592267 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.