C
Curtis Justus
Hi everybody,
I have a page that needs to follow these steps:
1. User performs a search;
2. Items are displayed in a grid;
3. User clicks on link in the grid causing the page to issue a POST with an
encrypted hidden field to a page on another site.
I suppose one way I could do it is to have javascript code that would run on
the client an I could populate the hidden field through client-side code. I
would prefer to keep that on the server.
Thanks in advance,
cj
I have a page that needs to follow these steps:
1. User performs a search;
2. Items are displayed in a grid;
3. User clicks on link in the grid causing the page to issue a POST with an
encrypted hidden field to a page on another site.
I suppose one way I could do it is to have javascript code that would run on
the client an I could populate the hidden field through client-side code. I
would prefer to keep that on the server.
Thanks in advance,
cj