I use a browser based system of checking procedures, written in html and javascript.
I’m doing a new one where I have a few <select> tag options.
I want to use these with onchange functions, to build up a variable that contains a url, and use that variable in a link lower down the page.
I can...