I’m not sure if I have the jargon for asking this question not being a web developer but please bear with me.
I want to send parameters to a client side HTML page (just a file on a disk no web server involved). My initial attempt was to use a query string and then parse it from window.location.href but instead of the query string being passed to the page I get a file not found error.
Is it possible to do what I’m attempting?
You might want to pass parameters using the # instead of ? on local files.