When I try to use the Request.ServerVariables("HTTP_REFERER")to go redirect to 
a page with the original URL informaton, all Farsi characters used in the 
original URL change to a question mark. For example, I have I browse through a 
list of books using the Farsi alphabets at shown below: (here letter "beh")
http://127.0.0.1/library/browsebooks.asp?by=�

if I use Response.Redirect(Request.ServerVariables("HTTP_REFERER")), "beh" 
changes to a question mark as shown below:
http://127.0.0.1/library/browsebooks.asp?by=?

At the top of my pages, I am using @codepage=65001

I am using IIS 5.0 and ASP with VBScript on my website.

any idea what I can do to resolve this?

Saeed Nadjariun





_______________________________________________
PersianComputing mailing list
[EMAIL PROTECTED]
http://lists.sharif.edu/mailman/listinfo/persiancomputing

Reply via email to