How to pass the value entered by prompt() to php program
How to pass the value input by prompt() to the php program
I want to pass the value returned by the pop-up window to the background php program for further processing. How to feed this text value back to the background php program