M
Maarten
Start http://212.123.5.17/mb/xdata/am.asp
in the left Frame choose N,F or D (Nederlands, French, Deutsch) Not E
(Standard for English)
Click GO
Close your Browser
Reopen the page. On top you will see the result of the Language Cookie -
result = N,F or D
Start http://www.adq.be/ws.htm
in the left Frame choose N,F,D (Nedelands, French, Deutsch) Not E (Standard
for English)
Click GO
Close your Browser
Reopen the page. There is no result for the Language Cookie and the standard
(E) is selected
Only difference between the two is that in the second case the first
(http://212.123.5.17/mb/xdata/am.asp) is called in an frame of website on
another domain.
This is the code to write the cookie
Response.Cookies("am")("language")=Request.QueryString("language")
Response.Cookies("am").Expires=date()+30
this code to read
Request.Cookies ("am")("language")
What can be the reason herefore and how o resolve
Thx - Maarten (Belgium)
in the left Frame choose N,F or D (Nederlands, French, Deutsch) Not E
(Standard for English)
Click GO
Close your Browser
Reopen the page. On top you will see the result of the Language Cookie -
result = N,F or D
Start http://www.adq.be/ws.htm
in the left Frame choose N,F,D (Nedelands, French, Deutsch) Not E (Standard
for English)
Click GO
Close your Browser
Reopen the page. There is no result for the Language Cookie and the standard
(E) is selected
Only difference between the two is that in the second case the first
(http://212.123.5.17/mb/xdata/am.asp) is called in an frame of website on
another domain.
This is the code to write the cookie
Response.Cookies("am")("language")=Request.QueryString("language")
Response.Cookies("am").Expires=date()+30
this code to read
Request.Cookies ("am")("language")
What can be the reason herefore and how o resolve
Thx - Maarten (Belgium)