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
I took the bus to work a few days ago. Based on m...
Template 1: login.vue <template> <p clas...
Preface: Basically, whether it is for our own use...
Tomcat accesses the project, usually ip + port + ...
Sometimes we save a lot of duplicate data in the ...
Preface Project release always requires packaging...
Use HTML to create complex tables. Complex tables...
Table of contents Problem Description 1. Basic so...
The default MySQL version under the Alibaba Cloud...
1. Who is tomcat? 2. What can tomcat do? Tomcat i...
1. Find out whether MySQL was installed before Co...
Table of contents Scenario Try to solve solve Sce...
In order to solve the problem mentioned last time...
This article example shares the specific code of ...
The following is the configuration method under c...