P
Peter Laan
I need to redirect the user to an external page and include some information
in the querystring (is this possible to do as a post instead of get?) I'm
using Response.Redirect. The problem occurs if the information contains
local characters (like åäö.) The external page can only handle ISO-8859. If
I check the browser's address bar, local characters are in 'plain' text. I
tried using Server.Encode, but then I got them in utf-8. Is it possible to
get ISO-8859-1?
Peter
in the querystring (is this possible to do as a post instead of get?) I'm
using Response.Redirect. The problem occurs if the information contains
local characters (like åäö.) The external page can only handle ISO-8859. If
I check the browser's address bar, local characters are in 'plain' text. I
tried using Server.Encode, but then I got them in utf-8. Is it possible to
get ISO-8859-1?
Peter