Home  >  Article  >  Backend Development  >  How to use js to pass parameters to the pop-up window in php

How to use js to pass parameters to the pop-up window in php

炎欲天舞
炎欲天舞Original
2017-08-04 16:53:211748browse

1. In php pages, it is often used to pass parameters to the pop-up page and operate in the pop-up page

2. Two methods, the screenshot is one

3. The most common is to use hiden to hide the field. When the button is clicked, the parameter value to be passed is passed to the hidden field and obtained in the pop-up window when needed.


<input type="hidden" name="win_hidden" class="win_id" value="" />

##

The above is the detailed content of How to use js to pass parameters to the pop-up window in php. 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