I’ve recently learned the method of using action="GET" to pass form-data on to the next page.
I’m in a situation where I’d like to click a normal link (a href=etc and so on) and have it pass a little data on to the next page. Is that doable with just HTML and JavaScript?
Server-side is out of the question here, by the way.
Yes, and it’s called
Query Stringexample:QueryStringon wikipedia