Does anyone out there successfully use Pocket PC 2003 Internet Explorer to run a Domino application without JScript errors?
We currently run a Web application on Pocket PC 2002 successfully via a Wireless Hub. Basically users fill in a series of forms which are built using the usual Domino design elements and a lot of Javascript.
We now need to run this app. on Pocket PC 2003 but every page that is loaded is presenting a “Microsoft JScript runtime error - Line:2 Character:0 - Object does not support this property or method - Source(null)”. This error occurs even when I load a simple form with just a bit of text on it and no Javascript coding whatsoever. I can press OK past these errors and the page does eventually load.
However, my main problem so far is that functions containing Javascript commented code just fall over completely. I have to remove all comments from the code in order for it to work and progress to the next error? The commented code is written in the usual manner with a // before each statement.
I have been through all the Notes and Microsoft Developers forums and all through google but can not find any info. on the specific nature of these errors and why commented Javascript code causes function to not work in the PPC 2003 version. Could this perhaps be a bug?
We have tried running this on both R5 and R6 versions of notes with the same effect.
Any ideas?