is that pocket IE doesn't support html <FORM>? I have the following code
which cannot show in PIE.

<html>
<head>
<title> User Registration Form <title>
</head>
<body>

<FORM action="http://aaa.com/abc.html" method="post">
<P> Please enter the following information according to the owner
information page of your pocket PC as shown below
</P>
<P>
<img src="user_reg_form.bmp" align="bottom" width="240" height="320">
</P>
<P>
<table>
<tr> <td>Name:</td> <td> <INPUT type="text" name="Name" value =
"paul"></td> </tr>
<tr> <td>Company:</td> <td> <INPUT type="text" name="Company" value =
"paul's Ltd"> </td> </tr>
<tr> <td>Address:</td> <td> <INPUT type="text" name="Address" value =
"ABC Building"> </td> </tr>
<tr> <td>Telephone:</td> <td> <INPUT type="text" name="Telephone" value
= "123456789"> </td> </tr>
<tr> <td>Email:</td> <td> <INPUT type="text" name="Email" value =
paul@paul.com> </td> </tr>
</table>
</P>
<P>
<INPUT type="submit" value="Send">
<INPUT type="reset" value = "Reset"><BR>
<INPUT TYPE="button" VALUE="Back" onClick="history.go(-1);return true;">
</P>
</FORM>
</body>
</html>

Re: pocket IE html form support by Sandor

Sandor
Mon Apr 03 13:54:58 CDT 2006

paul wrote:
> is that pocket IE doesn't support html <FORM>? I have the following code
> which cannot show in PIE.

Have not looked at the code, but how about this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guide_ppc/html/ppc_designing_web_sites_for_internet_explorer_for_pocket_pc_lmlt.asp

Sandor