Re: Problems with persisting textboxes on PIE



There's something else going on that's causing this. Are you using any
ActiveX controls on the page? Is this in a frameset? Post the complete
HTML as delivered to the device and I'll help you with this.

Andy.

<kashmira.phalak@xxxxxxxxx> wrote in message
news:1115017810.517498.316350@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi All,
>
> I have a problem with displaying textboxes on the Pocket IE.
> I have a page which displays some textboxes and a button on the screen.
> This works very well with the PC IE, but in PIE, when i move from this
> page to another, the textboxes are still visible and can be still seen
> on the other page now loaded. I am infact using simple html code in a
> page "index.php" to display the textboxes:
> <?php
> blah
> ?>
> <HTML>
> <HEAD>
> <script type="text/javascript">
> //javascript fns.
> </HEAD>
> <BODY>
>
> <FORM NAME=Login ACTION="./login.php" METHOD=POST>
> <INPUT type=text NAME="Name" VALUE=>
> <INPUT type=password NAME="Password" VALUE=>
> <INPUT type=submit NAME="Submit" VALUE="Login"
> onClick="callJavaScriptFn()">
> </FORM>
> </BODY>
> </HTML>
>
> I am really confused as to why these textboxes persist even after
> index.php is no longer displayed. It works properly on PC IE though.
> Can anybody tell me how to solve this?
>
> Thanks in advance!!
>


.