This article describes the JavaScript implementation method of inserting the value of a text box into a specified position. Share to everyone for your reference. Specifically as follows:
This implements JavaScript to insert the value of the text box into the current face at the specified position. This may have been used on some form submission occasions, and this code snippet writes the value of the text box to the body area of the current page, and if you have other text boxes, you can assign them to the text boxes. Allows users who use the form to avoid the hassle of typing.
The effect is as shown in the following illustration:
The specific code is as follows:
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
The
wants this article to help you with your JavaScript programming.