I have an .ASP script that proces a form. It works ok on Internet Explorer
(Win and Mac), Mozilla and others. It works well on Pocket
PC OS 2002, but there's no way to have it working on Windows Mobile 2003.

Access Netfront 3.1 works fine, but Pocket Internet Explorer comes back with
the error message my script sends out when a field is empty.


I am sure this changed from 2002 to 2003. On Netfront, Mozilla and Internet
Explorer it works fine. PIE 2003 fails. Try this ASP:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Test login</title>
</head>
<% response.write request("submit") %>
<form id="login_form" name="login_form" method="get" >
<input type=submit name="submit" value="LOGIN" >
</form>
<body>
</body>
</html>

On any browser you'll see LOGIN on your browser as the result of clicking
the button. Try this on PIE. The request string becomes a garbage with all
that is "get".


Try www.geekzone.co.nz/log.asp

Any ideas?



--
Mauricio Freitas, Microsoft MVP Mobile Devices
Bluetooth guides: http://www.geekzone.co.nz/content.asp?contentid=449
Performance Centre (Pocket PC reviews):
http://www.geekzone.co.nz/content.asp?ContentId=2028
Handango discount: http://www.geekzone.co.nz/handango_code.asp

Re: Problems with "GET" in HTML on PIE by David

David
Fri Jun 18 12:31:40 CDT 2004

Works fine for me on a Dell Axim X5 (Pocket PC 2003 build 13100).

David
------
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mauricio Freitas [MVP]" <dr.emailposter@nowhere.invalid> wrote in message
news:uy0NG39UEHA.2840@TK2MSFTNGP11.phx.gbl...
> I have an .ASP script that proces a form. It works ok on Internet Explorer
> (Win and Mac), Mozilla and others. It works well on Pocket
> PC OS 2002, but there's no way to have it working on Windows Mobile 2003.
>
> Access Netfront 3.1 works fine, but Pocket Internet Explorer comes back
with
> the error message my script sends out when a field is empty.
>
>
> I am sure this changed from 2002 to 2003. On Netfront, Mozilla and
Internet
> Explorer it works fine. PIE 2003 fails. Try this ASP:
>
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
> <title>Test login</title>
> </head>
> <% response.write request("submit") %>
> <form id="login_form" name="login_form" method="get" >
> <input type=submit name="submit" value="LOGIN" >
> </form>
> <body>
> </body>
> </html>
>
> On any browser you'll see LOGIN on your browser as the result of clicking
> the button. Try this on PIE. The request string becomes a garbage with all
> that is "get".
>
>
> Try www.geekzone.co.nz/log.asp
>
> Any ideas?
>
>
>
> --
> Mauricio Freitas, Microsoft MVP Mobile Devices
> Bluetooth guides: http://www.geekzone.co.nz/content.asp?contentid=449
> Performance Centre (Pocket PC reviews):
> http://www.geekzone.co.nz/content.asp?ContentId=2028
> Handango discount: http://www.geekzone.co.nz/handango_code.asp



Re: Problems with "GET" in HTML on PIE by Mauricio

Mauricio
Fri Jun 18 16:54:13 CDT 2004

Failed for me on iPAQ h3970, iPAQ h4150 and i-mate Pocket PC Phone Edition
:(

--
Mauricio Freitas, Microsoft MVP Mobile Devices
Bluetooth guides: http://www.geekzone.co.nz/content.asp?contentid=449
Performance Centre (Pocket PC reviews):
http://www.geekzone.co.nz/content.asp?ContentId=2028
Handango discount: http://www.geekzone.co.nz/handango_code.asp


"David Gonzales [MS]" <dgonzal@online.microsoft.com> wrote in message
news:uyD0FoVVEHA.2840@TK2MSFTNGP11.phx.gbl...
> Works fine for me on a Dell Axim X5 (Pocket PC 2003 build 13100).
>
> David
> ------
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> "Mauricio Freitas [MVP]" <dr.emailposter@nowhere.invalid> wrote in message
> news:uy0NG39UEHA.2840@TK2MSFTNGP11.phx.gbl...
> > I have an .ASP script that proces a form. It works ok on Internet
Explorer
> > (Win and Mac), Mozilla and others. It works well on Pocket
> > PC OS 2002, but there's no way to have it working on Windows Mobile
2003.
> >
> > Access Netfront 3.1 works fine, but Pocket Internet Explorer comes back
> with
> > the error message my script sends out when a field is empty.
> >
> >
> > I am sure this changed from 2002 to 2003. On Netfront, Mozilla and
> Internet
> > Explorer it works fine. PIE 2003 fails. Try this ASP:
> >
> > <html>
> > <head>
> > <meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
> > <title>Test login</title>
> > </head>
> > <% response.write request("submit") %>
> > <form id="login_form" name="login_form" method="get" >
> > <input type=submit name="submit" value="LOGIN" >
> > </form>
> > <body>
> > </body>
> > </html>
> >
> > On any browser you'll see LOGIN on your browser as the result of
clicking
> > the button. Try this on PIE. The request string becomes a garbage with
all
> > that is "get".
> >
> >
> > Try www.geekzone.co.nz/log.asp
> >
> > Any ideas?
> >
> >
> >
> > --
> > Mauricio Freitas, Microsoft MVP Mobile Devices
> > Bluetooth guides: http://www.geekzone.co.nz/content.asp?contentid=449
> > Performance Centre (Pocket PC reviews):
> > http://www.geekzone.co.nz/content.asp?ContentId=2028
> > Handango discount: http://www.geekzone.co.nz/handango_code.asp
>
>