[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

ipswich67

6/6/2005 4:13:00 PM

I have an internal asp.net application that queries a database for some item
information, then displays it in a webform. Eveything works fine in the
normal IE browser, however have run into the following issues when the app is
viewed on a mobile device with PIE:

Focus is supposed to be set to the input field when the page loads using
(document.all('txtItemCode').focus();), however in PIE focus is set
automatically to the browser title bar.

When the browser back button is pressed in PIE, the form seems to be getting
submitted again, again this is not happening in IE.

The application is supposed to show a picture of the requested item, by
dynamically assigning a image control's url property to the designated path
found in the database, however in PIE, the image does not show.

Any help on any of these issues would be appreciated. I have posted in in
other forums without getting a reply.

Thanks,