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 Solution 1: Rebuild Replicas Pr...
Table of contents 1. What I am going to talk abou...
background PNG images take up more storage space ...
Table of contents 1. Docker installation on Mac 2...
Normal explanation % means any client can connect...
1 Effect Demo address: https://www.albertyy.com/2...
Table of contents 1. Introduction 2. MVCC (Multi-...
HTML text formatting tags 標簽 描述 <b> 定義粗體文本 ...
Table of contents Preface 1. Split a string 2. JS...
routing vue-router4 keeps most of the API unchang...
There are two common ways to download files in da...
Table of contents Docker Basic Concepts Docker in...
Table of contents Preface 1. 404 Page 1. Causes 2...
This article shares the specific code of JS to ac...
LEMP (Linux + Nginx + MySQL + PHP) is basically a...