nmohamm Posted May 18, 2010 Share Posted May 18, 2010 Can anyone help with the following JavaScript question please?: Edit the following html/javascript so that when a user submits the form, the element with id #container is updated with the value from #name <form action="" method="post" name="form_name" id="form_name"> <fieldset> <label for="your_name">Enter Name</label> <input type="text" name="your_name" id="your_name" /> <input type="submit" /> </fieldset> </form> Answer: Link to comment https://forums.phpfreaks.com/topic/202210-javascrip-question-help/ Share on other sites More sharing options...
trq Posted May 19, 2010 Share Posted May 19, 2010 You want us to do your homework? Link to comment https://forums.phpfreaks.com/topic/202210-javascrip-question-help/#findComment-1060334 Share on other sites More sharing options...
xenophobia Posted May 19, 2010 Share Posted May 19, 2010 Hahahaha.... So should we answer this question in this case? Link to comment https://forums.phpfreaks.com/topic/202210-javascrip-question-help/#findComment-1060366 Share on other sites More sharing options...
trq Posted May 19, 2010 Share Posted May 19, 2010 I wouldn't bother. Link to comment https://forums.phpfreaks.com/topic/202210-javascrip-question-help/#findComment-1060377 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.