hi all,
This is a task I need to do.
- a operation page that with all functionalities.
- a popup where user will fill in or select choices.
- after make all selections and have all info filled out, popup page will automatically close when submitted, and the opener (operation page) receive the form's info and automatically activate a specific function to process them.
The key here is the last step: automatically activate the function. Is there is way in js to do that?
I tried to move/copy those functions to the popup page and executed them when submitted, but the functions didn't work correctly due to some related data are collecting in the operation page.
Thanks!
This is a task I need to do.
- a operation page that with all functionalities.
- a popup where user will fill in or select choices.
- after make all selections and have all info filled out, popup page will automatically close when submitted, and the opener (operation page) receive the form's info and automatically activate a specific function to process them.
The key here is the last step: automatically activate the function. Is there is way in js to do that?
I tried to move/copy those functions to the popup page and executed them when submitted, but the functions didn't work correctly due to some related data are collecting in the operation page.
Thanks!