Home > Web Front-end > JS Tutorial > Enter content in the first input box. Textarea automatically gets the javascript code of the value of the first file box_Form special effects

Enter content in the first input box. Textarea automatically gets the javascript code of the value of the first file box_Form special effects

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-16 19:14:58
Original
1073 people have browsed it

How to enter content in the first input. Textarea automatically gets the value of the first file box;
In other words, the value of the first input while entering textarea
Thank you














<script> <BR> function send(obj) <BR> { <BR> document.all.content.value=obj.value <BR> } <BR> </script> <script> <BR> function refreshValue(obj) { <BR> var s = obj.value; <BR> document.all("t1").value = s; <BR> } <BR> </script>

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template