Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IW 15 - URL Parameters
#1
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)