On 19 nov, 06:04, Prashant <[EMAIL PROTECTED]> wrote:
>
> http://www.myapp.com/#mailVerification?userName=abcd&verificationCode...
[...]
> The code is working fine in Firefox, IE7 but its not working in IE6.
>
> I debug the application to find out the problem and I found out
> following:
>
> History Token return by IE7, FireFox: mailVerification?
> userName=abcd&verificationCode=1n3b4j4lnk3kbk4kn
>
> But History token return by IE6: mailVerification

Have you tried %-encoding the "?" ?

http://www.myapp.com/#mailVerification%3FuserName=abcd&verificationCode=1n3b4j4lnk3kbk4kn

Although a "?" is perfectly legal in a fragment, IE6 might very well
have a bug parsing the URL...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to