The first time I used the essay, I felt quite awkward a.html Copy code The code is as follows:<html> <head> <title>demo</title> <meta name="Author" content="xugang" /> </head> <body> <FORM name="frm" METHOD="get" ACTION="b.html" onsubmit="return foo()"> <INPUT TYPE="hidden" id="hid" value="123" name="hid"> <INPUT TYPE="submit" value="Submit"> </FORM> </body> </html> b.html Copy code The code is as follows:<HTML> <HEAD> <TITLE> New Document </TITLE> </HEAD> <BODY> <SCRIPT LANGUAGE="JavaScript"> document.write(location+" "); document.write(location.search+" "); document.write(decodeURIComponent(location.search.substr(location.search.indexOf("=")+1))); </SCRIPT> </BODY> </HTML> |
<<: CSS specification BEM CSS and OOCSS sample code detailed explanation
>>: Detailed explanation of json file writing format
In a cluster with master-slave replication mode, ...
Table of contents Introduction to bootstrap and i...
After installing a centos8 service under vmware a...
1. Inline reference: used directly on the label, ...
This article shares the specific code of the js n...
1. The role of index Generally speaking, an index...
Preface The keywords of MySQL and Oracle are not ...
Recent experience in installing mysql5.7.17 free ...
Table of contents 1. Introduction to MHA 1. What ...
Recently, when using Apple.com/Ebay.com/Amazon.co...
Table of contents Preface $attrs example: $listen...
MySQL paging analysis principle and efficiency im...
Table of contents Preface 1. JDBC timeout setting...
The Linux command to run the jar package is as fo...
There are many reasons for slow query speed, the ...