To speed things up I'd like to add an Edit button to my script which could send ESP_IP/edit url to jump directly to the edit page if possible.
Can url link's be inserted into the script to send to the browser and jumped to somehow?
What prompted the question was I noticed that when the parser received input from a button component such as "button "Edit" [edit]", it gets shown in the browser address window as http://192.168.4.1/input?goto8=Edit (or similar), so I wondered if it might have been possible to somehow insert the Editor url http://192.168.4.1/edit instead, to make the browser jump to the Edit window from the running script. Perhaps might have been handy for other things too.
Was just a daft thought.