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
Table of contents Preface Several common bit oper...
Table of contents 1.Nuxt server-side rendering ap...
This article shares the specific code of js to ac...
ClickHouse is an open source column-oriented DBMS...
Virtual machines are very convenient testing soft...
Shorthand properties are used to assign values ...
Since Alibaba Cloud's import of custom Ubuntu...
1. Basic implementation of limit In general, the ...
Table of contents 1. fill() syntax 2. Use of fill...
Tab switching is also a common technology in proj...
Table of contents Select Structure Loop Structure...
【Introduction】: Handtrack.js is a prototype libra...
Preface Project release always requires packaging...
1.watch listener Introducing watch import { ref, ...
Last time, we came up with two header layouts, on...