Which OS version do the clients that work run? I doubt that the
problem is what you think - it is standard practice to represent any
characters that might be illegal in a URL using their ASCII codes,
that should not cause a problem.
> Hello
>
[quoted text clipped - 4 lines]
> The problem is that Pocket IE maps the parameter string containing "
> or & to %20 ascii codes and this does unfortunately not work. If
this
> wrong mapping have be preventen so that the PPC gets the " & ? it
> will most probably work.
H.Stamm - 24 Nov 2005 15:21 GMT
Hi,
my IPaq an H6430 running MS Pocket PC V 4.20.0 Build 14350 - he it does not
work but i can remebmer that once it worked.
It looks like the javascript below (the one to open an eMail in a new
window) is not executed correctly. if i compare a working PC with the non
working PPC, the only difference are the characters %Ascii. Other javascripts
run run on the PPC as on the PC.
Thanks for the help.
> Which OS version do the clients that work run? I doubt that the
> problem is what you think - it is standard practice to represent any
[quoted text clipped - 12 lines]
> > wrong mapping have be preventen so that the PPC gets the " & ? it
> > will most probably work.
Beverly Howard [Ms-MVP/MobileDev] - 24 Nov 2005 18:57 GMT
The %20 symbol was a problem in the first version of pocketpc,
specifically ppc2000 and it manifested itself as no problem in the
initial loading a url that contained the symbol, but any future action
on that page such as "back" or going to an anchor tag in the same page
would fail as the url was stored with a " " in place of the numeric
reference.
As mentioned, javascript "tolerance" within pie has changed with each os
release and changed very significantly with versions 2003 and above, so,
java _is_ a problem as it will be inconsistant... imho, the best
approach would be to use an older ppc running 2000 such as an ipaq 36xx
to validate sites... anything that runs acceptably on that version
should run on all ppc versions.
Beverly Howard [MS MVP-Mobile Devices]