![]() |
IW 15 - URL Parameters - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: IW 15 - URL Parameters (/thread-730.html) |
IW 15 - URL Parameters - AngelicTech - 10-09-2018 Hello, I am trying to retrieve url parameters from a form. I have no problem when a form is first accessed, but if the page is currently displayed then I do not get the new parameters. ie. http://localhost/page?param=value1 and I get value1 when I access the param. If I then immediately go to http://localhost/page?param=value2 I still get value1 from the param. However if I go to http://localhost/page2 before going to http://localhost/page?param=value2 I will get the value2 value in the param. What would be the best way to do this? Thanks |