| Sender |
Cibin
|
| Recipient(s) |
urpalshu
|
| Date |
05 Oct 2009
|
Re: about using cookies
|
I have given the code to write and read cookies. in the page you need to pass the data to another (page1.aspx) use the set cookie function and on the page (page2.aspx) you need to read the data use the get cookie funtion. you will get the data from the cookie regardless of how you come to page2 from page1. asimple response.redirect or a link will do
>>> On 05 Oct 2009, urpalshu wrote:
hi! thanks for your reply about using cookies
I tried this on Javascript side, but my path does not open a new window. Kindly suggest
document.cookie = 'ppkcookie1=' + quantityClientIds + '; expires=Thu, 2 Aug 2001 20:47:11 UTC; path=OpenNewWindow.aspx'
|