Jump to content

JavaScrip Question Help!!


nmohamm

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.