From: shailaja.sheel on
Hi ,

I have created few HTML pages with some javascript for Pocket PC -
this is my first attempt. How does one view them in the emulator. I
have absolutely no idea. If anyone could please tell me or point me a
beginners tutorial that explains how to view HTML pages in emulator. I
would really appreciate their help.

My page is actually a form that takes user input. I need to save
these inputs in a XML file on the device. How do I go about doing
that.

Thanks in advance.

Shy
From: Chris Tacke, MVP on
Enter the address where the page is.

Saving to a file locally is not simple, as there is no FSO under CE. You
likely need to create your own ActiveX objectthat exposes whatever file
writing capabilities you want. Remember, this is not a desktop machine.

-Chris


<shailaja.sheel(a)gmail.com> wrote in message
news:a6cfe3c9-9415-472a-918a-d7cc393473d0(a)k13g2000hse.googlegroups.com...
> Hi ,
>
> I have created few HTML pages with some javascript for Pocket PC -
> this is my first attempt. How does one view them in the emulator. I
> have absolutely no idea. If anyone could please tell me or point me a
> beginners tutorial that explains how to view HTML pages in emulator. I
> would really appreciate their help.
>
> My page is actually a form that takes user input. I need to save
> these inputs in a XML file on the device. How do I go about doing
> that.
>
> Thanks in advance.
>
> Shy