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