I'm trying to get an option to where when you click on an html button it will popup and ask you for information (in this case a tracking number). The field will auto have a tracking number there and highlighted, the option is only if they want to change the tracking number.
Below is the code I have and I've tried multiple variations of it but can't get it to do fully what I need.
That code below works correctly but reloads the page and only displays whatever was entered into the prompt box.
How can I get this to submit "tracknum" into a post variable?
Thanks.