Home >
Web Front-end >
HTML Tutorial >
After submitting the form using submit method in html, how to get the value out on another page_html/css_WEB-ITnose
After submitting the form using submit method in html, how to get the value out on another page_html/css_WEB-ITnose
WBOY
Release: 2016-06-24 11:56:01
Original
3066 people have browsed it
无标题文档 <script> <br> $(function(){ <br> $("div").click(function(){ <br> $(this).addClass("select"); <br> }); <br> }) <br> //获得当前时间,刻度为一千分一秒 <br> var initializationTime=(new Date()).getTime(); <br> function showLeftTime() <br> { <br> var now=new Date(); <br> var year=now.getFullYear(); <br> var month=now.getMonth() + 1; <br> var day=now.getDate(); <br> document.all.show.innerHTML=""+year+"年"+month +"月"+day+"日 "; <br> //一秒刷新一次显示时间 <br> var timeID=setTimeout(showLeftTime,1000); <br> } <br> </script>
This is the page to submit the form using submit ------------------ -------------------------------------------------- -------------------------------------------------- ------------------------------------
Untitled Document
">Responsible person
;tr> 🎜>
Check content
Check results 19">None
; td colspan="2">Agricultural input usage file record Recording status ;
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