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: Quote Link to comment Share on other sites More sharing options...
trq Posted May 19, 2010 Share Posted May 19, 2010 You want us to do your homework? Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
trq Posted May 19, 2010 Share Posted May 19, 2010 I wouldn't bother. 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.