Home  >  Article  >  Web Front-end  >  How to implement value-passing and URL encoding conversion in JS forms?

How to implement value-passing and URL encoding conversion in JS forms?

亚连
亚连Original
2018-06-01 16:08:291577browse

This article shares with you in detail the relevant knowledge points of JS form value transfer and URL encoding conversion, and also shares examples for you to learn together.

Note:

There are two web pages written here

Because the data passed by the URL does not support Chinese characters and some special symbols, the encoding needs to be converted

Realization effect: The form data of web page 1 is transferred to web page 2 and displayed

The code of web page 1 is as follows:

 
 
 
  
  
  
 document 

账号:
姓名:

The code of web page 2 is as follows:

 
 
 
  
  
  
 document 
  
  
  

提交过来的数据页面

账号:
姓名:

After running:

The above is what I compiled for everyone. I hope it will be helpful to everyone in the future.

Related articles:

Detailed explanation of operator overloading in Javascript

JavaScript to implement a simple dynamic progress bar effect

js css to achieve typing effect

The above is the detailed content of How to implement value-passing and URL encoding conversion in JS forms?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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