There is a page with a script, I need to transfer the value from this script to another script on another page that I will open next to the current page, how can this be done?
It will look like this, on the current page there is a combo-boch and a button to open the page, by clicking on the button you need to open a pre-written page with a script and transfer the parameters from the combo-box to the script on the open page. Also with this value (from the combo-box) in parallel, you need to transfer the value of variables between the scripts. How can this be done correctly?