Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
add parameters to button's POST request
#2
>>I think I need to be able to add this parameter on the URL 
>>generated by the button click - that should do the trick.


You could also use cookies to store your params like so

Set value on button click:
...
WebApplication->Response->Cookies->AddCookie("ORG",o,WebApplication->CookiePath,Now() + 365, true, true);


Retrieve value in same session or not:
...
String org = WebApplication->Request->GetCookieValue("ORG");
Reply


Messages In This Thread
RE: add parameters to button's POST request - by MJS@mjs.us - 04-17-2023, 04:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)